Turbo C++ in full screen on Windows 7
Direct Download (Recommended)
1) Download this Turbo C++ ZIPfile (4.5 Mb). It contains Turbo C++ for Windows XP, vista & 7. Extract & install it.
2) There is no second step! Simply run the installed software & TC will open, in full screen automatically!
DOS-BOX
1) DOS-BOX is a free software that allows Windows 7 users to open command prompt/TC in full screen.
2)Now download & install TC (if you already haven't) and extract it at your desired location
E.g.: c:tc
3) Now open the Dos-box folder from where you have installed it & open Dos-box 0.74 Options in that folder.
4) A long notepad file should open up. Scroll to the bottom of this file. copy and paste the following there.
mount c: c:tc
c:
cd bin
tc
5) So you should finally have something like this in the bottom of the notepad file:
[autoexec] # Lines in this section will be run at startup.
# You can put your MOUNT lines here.
mount c: c:tc
c:
cd bin
tc
6) Save and close the notepad file.
7) Now open Dos-box. Your TC window will open up. Press alt+enter to open full screen
8) Go to File>Change dir and change the directory name to c:bin if it already isn’t.
9) Now, open Options>Directories and type c:include in Include Directories and type c:lib in Library Directories. Leave the output and source directories blank. You are
10) Now, whenever you need to open C++, just double-click the Dos-box icon (open Dos-box) and your TC will open up, which can be switched to full screen by pressing
Alt + Enter.
Second Trick