# C/C++

### C/C++

This is the build/run options settings for a C/C++ project.&#x20;

<figure><img src="https://2181851870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lq-Q9LciN1X9EABxGkt%2Fuploads%2FrD9tcwsmALJe0sZ2S45p%2Fimage.png?alt=media&#x26;token=4828b69f-5653-40bf-bd66-9e0e0e890ca7" alt="" width="563"><figcaption></figcaption></figure>

1. Compiler - Set the compiler format (g++ / gcc / i686-w64-mingw43-g++ / clang / clang++)&#x20;
2. Main file name - Set the name of the main file to build.&#x20;
3. Source path - Set the path to the folder with the main file to build.&#x20;
4. Build path - Set the path to the folder where the built files will be saved.&#x20;
5. Build options - Set the build command options to add.&#x20;
6. Run options - Set the run command options to add.&#x20;
7. Use Makefile - Set whether to use a separate Makefile.
