Some help for users of Turbo C/C++ and Borland C/C++ (for DOS)

There are some settings that will help you to bring the pieces together to get started: Supposing you have Turbo C/C++ (or Borland C/C++) loaded in the directory C:\TCPP
  1. Put your source code for your projects in a directory: C:\TCPP\ECE660
  2. In the Options\Directories option:
  3. When you start up Turbo C:
    in File\Change dir.. menu, set it to C:\TCPP\ECE660 (so it can find your include files and .BGI file)
  4. Make a copy of EGAVGA.BGI (you'll find it in C:\TCPP\BGI) into C:\TCPP\ECE660
  5. In Options\Linker\Libraries menu, put an X in 'Graphics Library' (by pressing the space bar)

Note: you can get a page of on-line help for any Turbo C function, such as lineto(), closegraph(), getchar(), etc:
Some other hints:
Good Luck!