Monday 6 May 2013

run turbo c++ full screen in window 7

 
best tricks
 
Trick 1:-
Log on to windows7 in safe mode. In safe mode the application running capabilities of an operating system is low and this mode is used as trouble fixing for OS. But this method is much simpler and you only need to log on to safe mode by pressing F8 on start up.
By summarizing the steps:
    1. Install turbo C++
    2. Start windows7 in safe mode.
    3.Execute turbo C++
Trick 2:-
By Disabling your graphics adapter.  This trick is done by just uninstalling the graphics driver. To do that
    1. Right click on My Computer, click Properties
    2. Select Device manager->Display Adapters
    3. Identify the display adapter of your computer, and uninstall.
You should try this trick only if you do not use your computer for Graphic related operations like playing multimedia games.By this trick graphics would look vulgar but you can run C++ in full screen.
Trick 3:-
By using DOSBox software. It is an  open source DOS emulator for BeOS, Linux, Mac OS X, OS/2, and Windows. This tool is primarily intended to play DOS games on windows7 but here we can use it run turbo C++ in Full screen mode.
    1. Download DOSBox  (for windows)
    2. Install and run the DOSBox.
    3. Now a command prompt type window will appear. We need to mount TC folder.
              Just type “mount c: c:/tc” and press enter.
    Assumed that Turbo C++ is installed in C drive and TC folders located at C:\TC
    You may get a message that 'Drive C is mounted as local directory C:/TC\'
    Change the directory to C/BIN/tc.exe. To do that, please follow the steps as shown in the below screen shot.
Now the Turbo C++ will open in DOSBox. Press ALT+ENTER  to toggle between full screen and mini screen.
By applying the above 3 tricks, you can run C compiler on full screen mode in windows 7.

No comments:

Post a Comment