C/C++

C/C++

This is the build/run options settings for a C/C++ project.

  1. Compiler - Set the compiler format (g++ / gcc / i686-w64-mingw43-g++ / clang / clang++)

  2. Main file name - Set the name of the main file to build.

  3. Source path - Set the path to the folder with the main file to build.

  4. Build path - Set the path to the folder where the built files will be saved.

  5. Build options - Set the build command options to add.

  6. Run options - Set the run command options to add.

  7. Use Makefile - Set whether to use a separate Makefile.

Last updated