Turbo C is one of the popular compilers. Many students and programmers are using this software for writing and running C or C++ programs than other compilers. Because Turbo C is free and simple to use.
In Windows XP or in older Windows versions, you can use Turbo C as full screen mode by pressing ‘Alt’ + ‘Enter’ keys simultaneously from keyboard. But in Windows 7, Windows vista or in Windows 8, this full screen mode shortcut will not work. It is difficult and boring to use Turbo C in small screen.
These are the two simple ways to get Turbo C as full screen in Windows 7, Windows vista or in Windows 8.
Method 1: By changing properties of your Turbo C
By changing properties of your Turbo C, you will get full screen easily. Follow following steps to edit the properties of Turbo C to get full screen.
Ø Click or Right click on Turbo C window icon.
Ø From given menu, select ‘Properties’.
Ø Now you will get the property window of your Turbo C.
Ø Go to ‘Font’ tab.
Ø Choose font as ‘Lucida Console’.
Ø From list of font size, choose ‘28’.
Ø Then go to ‘Layout’ tab.
Ø Uncheck (remove tick) of ‘Let system position window’.
Ø Then type “Left” and “Top” window position as ‘0’ each.
Ø Now ‘OK’.
Now your Turbo C window should be full screen (and medium in font size 24).
Method 2: Using DOSBox software.
DOSBox is a file managing software like MS DOS. DOSBox is using for different proposes. We can run some software in DOSBox. If you run your Turbo C in DOSBox, you will get full screen.
Ø To implement this method, first of all you need DOSBox. You can download DOSBox from here.
Ø After downloading, install your DOSBox.
Ø Make a new folder in any drive. (To avoid further descriptions, you please make a new folder in C drive). Here I made a new folder in C drive with name ‘apk’.
Ø Then copy your Turbo C folder (from ‘TC’ folder) to this new folder. (Default directory of Turbo C is ‘C: \Tc\Bin’).
Ø Then Open DOSBox by desktop shortcut. Now two windows will open, avoid back window. We need frond window.
Ø Mount your new folder directory by typing ‘mount c c:\apk\’. (Type your new folder name instead of ‘apk’). After typing, press ‘Enter’ key to execute.
Ø Now change directory to ‘TC’ by typing ‘cd tc’.
Ø Again change directory to ‘Bin’ by typing ‘cd bin’.
Ø Now directory path is ok. Now execute your Turbo C (TC.exe) by typing ‘tc’or ‘tc.exe’.
Ø To compile and run your programs, you have to change the directory of this Turbo C.
Ø Go to ‘Options’ tab. Then click on ‘Directories…’
Ø Change ‘Library Directories’ to ‘C:\APK\TC\LIB’. (Type your folder name instead of ‘apk’).
Ø Then click on ‘OK’ button.
Note: Some system errors will cause to termination of your DOSBox. And the speed and mouse movement is slow in DOSBox method. Whereas in first method, Turbo C is fast and perfect. No need to change the directory paths. So I recommend you to adopt first method.
Labels:
Programming
Previous Article


Thank you.. working well..........
ReplyDeletethank you...
ReplyDeleteYou are welcome
Deletei got it thank you....but it is giving some error while running programs "can't create tcdef.dsk,tcdef.dpr" otherwise it's working fine...
ReplyDeletei have problems with Keyboard Layout:(
ReplyDeletemy keyboard is Portuguese.but in TC my keyboard aren't correct:(
i click in shift+2(combination keys): instead show me '"', show me '@'. why?:(
if i enter in windows 7 'dos', the keyboard works normaly. but not in TC DOS Shell too:(
any advice me?
It may due to your keyboard, try with On-Screen Keyboard for typing error keys. ( Start -> All Program -> Accessories -> Ease of Access -> On-Screen Keyboard, or search for 'OSK' in search box).
DeleteThis comment has been removed by a blog administrator.
ReplyDeleteThis comment has been removed by the author.
ReplyDeletethank you very much... i was trying to install tc++ in win 7 from a long time..... all i got was dos box versions which created a lot of problems in dos shell..... method 1 really helped me
ReplyDelete