C/C++
Last updated
Last updated
This is the build/run options settings for a C/C++ project.
Compiler - Set the compiler format (g++ / gcc / i686-w64-mingw43-g++ / clang / clang++)
Main file name - Set the name of the main file to build.
Source path - Set the path to the folder with the main file to build.
Build path - Set the path to the folder where the built files will be saved.
Build options - Set the build command options to add.
Run options - Set the run command options to add.
Use Makefile - Set whether to use a separate Makefile.