Mail Archives: djgpp/1999/12/21/21:49:00
>... to split the header
>(.h) and source file (.cpp)nowadays. and i have read that source file (.cpp)
>should be added into the project...
Create a project by selecting Open Project from the Project menu and typing in
a name for the project in the Name field.
Then, select Add Item from the Project menu and double-click the files you want
to add (these should be the source file with your main function as well as the
CPP files corresponding to the headers you include). Click cancel to close the
Add Item window once you see the files have been added to your project in the
project window.
- Mike
- Raw text -