0% found this document useful (0 votes)
188 views3 pages

How To Get Full Screen For Turbo C

This document provides a 4-step process to get a larger screen for Turbo C++ 3.0 when using Windows Vista. The steps are: 1) open Turbo C++ and ignore the full screen warning, 2) access the properties menu, 3) change the font to Lucida Console size 28, and 4) adjust the screen buffer, window size, and position values. Following these steps results in a larger window that allows for easier programming compared to the default small screen.

Uploaded by

SUNIL
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
188 views3 pages

How To Get Full Screen For Turbo C

This document provides a 4-step process to get a larger screen for Turbo C++ 3.0 when using Windows Vista. The steps are: 1) open Turbo C++ and ignore the full screen warning, 2) access the properties menu, 3) change the font to Lucida Console size 28, and 4) adjust the screen buffer, window size, and position values. Following these steps results in a larger window that allows for easier programming compared to the default small screen.

Uploaded by

SUNIL
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

How to get full screen for Turbo C++ 3.

0 in Vista

This is a big question for those who are still using Turbo C++ Version 3.0 in Windows Vista. As everyone knows that full screen is not supported with the version 3.0 in Vista; it is ridiculous to work in the small screen where I think no one can ever imagine writing a program there! This solution will help all the C, C++ learners using TC++ 3.0 in Vista.

This is a simple technique. Just follow the simple 4 steps given below and get a big screen in few seconds. There is no need of any additional softwares or drivers.

Step 1: Open TC++ (normally C:\TC\BIN\TC.EXE). In the startup it will show a dialogue box that it doesnt support full screen mode as seen in the picture below. Just select ignore option. Then it will open the small screen mode. Note: Please Click on the images to enlarge

Step 2: Go to the top left of the window and click. It will show a menu as shown in the figure. Then select properties from the menu.

Step 3: Now it will show the properties window, in which you select the Font tab. There you can see two font options as Raster and Lucida Console. The default will be Raster. You select Lucida Console and select the size from the size list as 28.

Step 4: After selecting the fonts, now you have to select the layout tab where you can see screen buffer size, window size, and window position options. First unselect the Let system position window option from window position options. Now make the following changes:

<!--[if !supportLists]--><!--[endif]-->Screen Buffer Size: Width: 82 Height: 28 <!--[if !supportLists]--><!--[endif]-->Window Size:Width: 80 Height: 26 <!--[if !supportLists]--><!--[endif]-->Window Position: Left:-4Top:-4

After making the changes select OK. Now you will see a larger window and very crisp font size in which you can work perfectly fine. This technique actually doesnt provide full screen in Vista but you will find it much better.

NB: The given sizes will work fine for 1280 by 800 screens, but there is no compulsion that you have to use them as specified. You can always use your own options according to your need.

You might also like