Creating a DOS project
Borland/Turbo C/C++
Version 3
February 15, 1998
Open Borland c++ version 3
Select
P
roject from the main menu. A drop down menu will appear.
Select
O
pen from the drop down menu, and a "Load Project File" window will pop up.
Enter the project path and file name (.prj) as the
L
oad Project File and click
O
K. A Project window will open.
Press the "Insert" key on the keyboard. An "Add Item to Project List" window will appear.
Enter the name (and path if necessary) of the main program file in the
N
ame box and click
A
dd.
The new file will be added to the project, as shown in the project window.
For SBGI, add the file sbgi.c to the project.
Select
F
ile from the main menu. A dropdown menu will appear
Select
N
ew from the dropdown menu. A new source window will open.
Enter the program source in this window and select
F
ile from the main menu.
Select
S
ave from the drop down menu. A "Save Editor File" window will appear.
Enter the name (and path, if necessary) of the main program file in the "
S
ave Editor File As" box and click
O
K.
Return to
c/c++ Index
Return to
Home Page