These files are just created to get you starting to write code.
You are able to do not BC4.51 create these files. In the NewProject-dialog you should click the Advanced button. In this dialog you can choose between .cpp, .c, or no source node. Also you can set whether or not to create a .def-file and/or .h-file.
Probably you know the use of .cpp/.c (source) and .h (header). The .def-file is used to set your compiler-settings. As you are new to this, you will not be interested in this file. If you set the radio-button to no-source and unset the other two check-boxes, you will start with an empty project.
After creating the empty project you can add nodes (=your source files).
A project always needs a file wich contains the main-function. If this function exists then your project will link correctly and will run.
Main Topics
Browse All Topics





by: BatalfPosted on 2000-02-20 at 12:03:32ID: 2540360
If someone could give me a good instruction I would raise the points even more. I'm a beginner in C++ but have it as a subject at school so it's wery important for me to get it work.
Thanks in advance :-)
Batalf