
Project files are not used when compiling a project from the command line using the command line compiler. We can use Project > Options to open the Project Options Dialog Box. These project options are stored in the project file with the project. We can set these options using the Project Options Dialog Box which has tabs for various aspects of your project such as forms, application, and compiler. Each project file contains the current settings for project options, such as compiler and linker settings, directories, conditional directives, and command-line parameters. A C++ Builder Project (*.cbproj) contains references to all of these in addition to project specific options i.e compiler, compiler options, linker options, project specific paths and libs, deployment options, icons, splash screen of the project and similar.Ĭ++ Builder (*.cbproj) and Delphi (*.dproj) and project files created by the IDE. In C++ Builder, there are specially-formatted units which holds designs of window forms of your applications.

cpp console files or you can create very professional form designs. mak C++ projects?Ĭ++ Builder uses *.cpp, *.h, *.hpp files and libs etc.

