When a target specific executable project is created using the New Project Wizard, the following default files are added to the project:

Initially, shared versions of these files are added to the project, if you want to modify any these files you should select the file in the project explorer and then click the Import option from the context menu. This will copy a writeable version of the file into your project directory and change the path in the project explorer to be that of the local file. You will then be able to make changes to the local file without effecting the shared copy of the file.

The following list describes the typical flow of a C program created using CrossStudio's project templates: