There are many compilers available for C++. You need to download any one. Here, we are going to use Turbo C++ . It will work for both C and C++. To install the Turbo C++ software, you need to follow following steps.
- Download Turbo C++
- Create turboc directory inside c drive and extract the tc3.zip inside c:\turboc
- Double click on install.exe file
- Click on the tc application file located inside c:\TC\BIN to write the c program
1) Download Turbo C++ software
You can download turbo C++ from many sites.
2) Create turboc directory in c drive and extract the tc3.zip
Now, it is required to establish a fresh directory named "turboc" within the c: drive. Afterward, proceed with unarchiving the tc3.zip archive into the c:\turboc directory.
3) Double click on the install.exe file and follow steps
Now, click on the installation icon found within the c:\turboc directory.
It will prompt you to choose whether to install C or not, simply press Enter to proceed with the installation.
Change your drive to c, press c.
Press the Enter key to search within the c:\turboc folder for the necessary files.
Choose the "Start installation" option by using the downward arrow key and then confirm by pressing the Enter key.
Now that C has been successfully installed, you can either press the enter key to access the documentation or exit the application.
4) Click on the tc application located inside c:\TC\BIN
Now, locate the TC icon in the directory at c:\TC\BIN and double-click on it to begin writing your C program.
In Windows 7 or Windows 8, a dialog box will be displayed indicating that the application cannot be run in full-screen mode. To proceed, click on the "Ignore" button.
Now it will showing following console.