How to Install Turbo C++ Compiler

C compiler is the most important requirement to practice writing programs. In this article, we walk you through the process of installing Turbo C++ 3.2 compiler. Before installation you must complete the following requirements.

Advertisements
Operating System: Windows 7 and above, including Windows 10.
.Net Framework 4.5 : Only for Windows 7, Vista and XP

Steps to Install Turbo C++ 3.2

Follow these steps to do a fresh installation of  Turbo C++ .

Step 1:  Download Turbo C++  3.2.

Step 2:  Extract “Turbo C++ 3.2 zip” file in the same directory.

Extract Turbo C++
Figure 1 – Extract Turbo C++

Step 3: Run “Setup.exe” file and follow the instructions. Make sure that you run setup as administrator.

Run Setup as Administrator
Figure 2 – Run Setup as Administrator

Step 4: You will get the Install Shield Wizard to Turbo C++. Click Next to continue.

Advertisements
Install Shield Wizard
Figure 3 – Install Shield Wizard

Step 5:  You will receive the License Agreement windows, accept the License Agreement and click Next to continue.

Accept License Agreement
Figure 4 – Accept License Agreement

Step 6:  Setup is now ready to install Turbo C++ compiler.

Ready to Install
Figure 5 – Ready to Install

Step 7: Click Install to start the installation.

Setup Continue to Install
Figure 6 – Setup Continue to Install

Step 8: After few minutes the setup completes the installation successfully.

Setup Completed
Figure 7 – Setup Completed

You can now click on Finish and launch the program. The initial screen for Turbo C++ 3.2 look like following.

Turbo C++ Initial Screen
Figure 8 – Turbo C++ Initial Screen

You can now click on “Start Turbo C++” and continue writing programs.

Advertisements