Turbo C is an old compiler, but it should work fine for the purposes of our class.

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.

  1. Click here to download the zipped Free Turbo C Compiler.
  2. Go to where you downloaded the file, and double click on the self-extracting file (turboC.exe) in Windows to extract it. This will bring up a WinZip Self-Extractor window (you do NOT need WinZip installed on your machine).
    By default, this will extract the files to C:\tctemp directory. You may designate a different location.
    Hit return to extract the files.
  3. Exit the WinZip Self-Extractor window (by hitting return twice).
  4. Once the files have been extracted, go to the directory c:\tctemp (or wherever you put the unzipped files), and double click on the file called install (it may be called install.exe).
  5. This will step you through the installation.
  6. That's everything, but you must add C:\TC to your executable search path. The easiest way to do this:
  7. Now you're done! Try it out by creating a small C program and compiling it.