Turbo C++ Download and Installation
There are many compilers available for C++ .you need to download anyone. Here , we are going to use Turbo C++. It will work for both C and C++. To install the Turbo C++ software, you need the following steps.
1. Download Turbo C++
2. Create turbo directory inside c drive and extract the tc3.zip inside c: turbo
3.Double click on istall.exe file
4. Click on the tc application file located inside c: TC BIN to write the c program
Step by step guidelines of Turbo C++
To install the Turbo C ++ software ,you need to follow following steps.
1. Download Turbo C ++
2. Create turbo c directory inside c drive and extract the tc3.zip inside c: turbo
3. Double click on install.exe file and follow steps
4.Click on the tc application file located inside c: TC BIN to write c program
Now double click on the tc icon located in c: TC BIN directory to write the c program.
In window 7 or window 8, it will show a dialog block to ignore and close the appliction because full screen mode is not supported. Click on ignore button.
Now it will showing following console.
Now turbo is ready to use.
How to use turbo C++
Step 1. Double click on Turbo C++ shortcut link on the desktop.
Step 2. If you want run turbo c++ on full screen simply click on the button Run Turbo C++
Step 3. OR If you do not want full-screen mode check box and click on the button Start Turbo C++
Step 4. Click on File located on top left corner and go to New as shown in picture and then write your C program
Step 5. Save the program using F2 shortcut key or file> Save, remember the extension should be .c . In the below screenshot I have given the name as helloworld .c.
Step 6.Compile the program using AIt + F9 OR Compile > Compile as shown in the screenshot.
Step 7. Press Ctrl + F9 to Run or you may select Run > Run in menu bar
Step 8. Alt + F5 to view the output of the program at the output screen.
Conclusion:
1. Download Turbo C++ from various sources.
2. Create a Turbo directory in the C drive and extract the tc3.zip file.
3. Double-click on the install.exe file and follow the instructions.
4. Click on the tc application file in the c: TC BIN directory to write the C program.
5. If full-screen mode is not supported, click on the Start Turbo C++ button.
6. Click on File in the top left corner and write your C program.
7. Save the program using F2 shortcut key or file>Save.
8. Compile the program using AIt + F9 or Compile > Compile.
9. Press Ctrl + F9 to run the program or Run > Run in the menu bar.
9. Alt + F5 to view the output of the program at the output screen.















0 Comments