Turbo C is an old compiler
Turbo C is an old compiler
These are instructions for downloading and installing v2.01 of the Borland Turbo C
compiler on Windows 95/98/NT. I have tested this procedure on Windows 95 and 98; it
should also work on Windows NT and Windows 2000.
These instructions seem involved but the are fairly simple, if you follow them exactly.
C:\tctemp\init.bat
7. Now you're done! Try it out by creating a small C program and compiling it.
o Bring up the MS-DOS window in the same way as you did above. (NOTE:
You must close the first MS-DOS window.)
o Type tcc and hit return. You should see a usage message. describing all
the many compiler options.
o Now create, compile, and run the Hello World! program