Creating a DOS project

Host Site

Borland/Turbo C/C++

Version 3

February 15, 1998

John's home page

  1. Open Borland c++ version 3

  2. Select Project from the main menu.  A drop down menu will appear.

  3. Select Open from the drop down menu, and a "Load Project File" window will pop up.

  4. Enter the project path and file name (.prj) as the Load Project File and click OK.   A Project window will open. 

  5. Press the "Insert" key on the keyboard.  An "Add Item to Project List" window will appear.

  6. Enter the name (and path if necessary) of the main program file in the Name box and click Add.

  7. The new file will be added to the project, as shown in the project window.

  8. For SBGI, add the file sbgi.c to the project.

  9. Select File from the main menu.  A dropdown menu will appear

  10. Select New from the dropdown menu.  A new source window will open.  

  11. Enter the program source in this window and select File from the main menu.

  12. Select Save from the drop down menu. A "Save Editor File" window will appear.

  13. Enter the name (and path, if necessary) of the main program file in the "Save Editor File As" box and click OK.


Return toc/c++ Index
Return toHome Page