For installing C++ open TURBOC folder. Double click install file. Then it installs C++ by creating a folder TC in C drive. Then go to command prompt. In Windows XP type CMD in run box then you will go to command prompt. Then give the command
C:\TC\BIN> COPY C:\TC\BGI\*.BGI as shown in the figure below.
Now press enter. Then C++ will be installed in your computer. For C language no installation is needed. It is already in TURBOC2 folder.
How to Run C++,C languages software?
For C++ go to command prompt then give the command
C:\TC\BIN>TC
Then press enter. Then C++ window comes like this. But this window is not fullscreen window.
For C go to command prompt then give the command
C:\TURBOC2>TC
Then press enter. Then C window comes like this. But this window is not fullscreen window.
You can get full screen windows of both C++,C by following the procedure below.
Start the computer with a bootable C.D or Bootable Floppy then system will come to the A prompt A:\> then change directory to C drive by typing command C: at A:\> prompt like this.
A:\>C: then press enter. Then system will come to C prompt like this.
C:\>
For getting C++ window give the following command then press enter.
C:\TC\BIN>TC
For getting C window give the following command then press enter.C:\TURBOC2>TC