Saturday, 25 August 2012

How to run Turbo C++ in Windows 7

Steps:
1. Click on start Button.
2. Type "cmd" in search box.
3. Copy it to Dekstop.
4. Right click on cmd on desktop->click properties->click font
5. Select Lucida console and set size 28(or according to your need seeing Window preview).
6. Click on apply and then OK.
7. Start cmd on desktop.

Commands to be enter in cmd...
1. c:
2. cd tc
3. cd bin
4. tc


Congrats now your Turbo c++ appear in full screen...

3 comments: