Creating a DOS project

Host Site

Borland/Turbo C/C++

Version 5

February 15, 1998

John's home page

Borland/Turbo c/c++

  1. Open Borland c++ (bcw) version 4.52

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

  3. Select New project from the drop down menu, and a Target Expert window will appear.

  4. Fill in the New Target window:
    1. Type a new Project Path and Name in the first edit box.
    2. The Target Name will appear automatically.
    3. Leave Target Type as "Application (.exe.)"
    4. Select Platform as "DOS (Standard)."
    5. Leave Target Model as "Large."
    6. Check the BGI box.
    7. Click OK.

  5. A project window will appear.

  6. To add new files to the project, right click the box on the top line of the project window.  

  7. Click Add node in the pop up menu.  A file window will pop up.

  8. For SBGI, select sbgi.c and click "Open."

  9. The new file will be added to the project.

  10. Double click on the main file (graphics.cpp in this example) to bring up an edit window.

  11. Enter your main program in this window.

Note:
The preceding images were taken from Borland C++ Version 4.52 running under Windows NT version 4. Images may differ slightly under other operating systems.
Return toc/c++ Index
Return toHome Page