/* All download links are provided at the bottom of the page for better user interface on mobile devices. */
TURBO C/C++ COMPILER : It was one of the old compiler used for programming in C and C++, its a pretty good compiler for starters as it is easy to operate and all..Basically Turbo C/C++ compiler was developed for Windows Xp,But It works in Windows 32bit versions but not in 64 bit so you have to use DosBox for it to work in full screen.
Download and Install Turbo C/C++ compiler for Windows 7/8/8.1/10 direct installer.
- Download the compressed file. Links at Download Section ↓
- After finished download unzip the turbo c to folder and open the folder
- Run install.exe and press ENTER to continue
- Then select source directory [ Select Drive C:]
- Select the source path for installation[Select TC]
- Scroll down and start the installation
- mount c c:\
- c:
- cd tc
- cd bin
- tc.exe
Note: For the time of installation the folder should be present anywhere in Drive C.. like desktop, documents, downloads..
Now the installation is done. Open/Run Turbo C which is present on desktop.
Download and Install Turbo C/C++ compiler for Windows 7/8/8.1/10 using Dosbox
Follow the above instruction to install Turbo C in your computer. For using Turbo c u need to install DosBox.You can download DosBox Software from the link given at download section ↓
Now the fun part..
IF you want to open Turbo C to be opened every time you open Dos box then...Go to Program Files.
Get into DosBox folder.
Find "DOSBox 0.74 Options" and Double click on it (move to the end of file).
And paste the code as shown in image below.
Here's the code to paste
mount c c:\
c:
cd tc
cd bin
tc.exe
That's it done now you can use Turbo C compiler.But if you want to open it manually every time then you have to use these commands one by one
Downloads Section