Home | Download | Support

C-Free - A Professional Excellent C/C++ IDE

Directories Page
This page shows directories used by compiler to find files. For some certain compilers, C-Free can auto detect the compiler that installed in you machine, and set the directories for you automatically.

We have three directories for compiler in this page:

  • Include Files: The directories specify the locations of the header files of your program. You use #include statement in your program to include the header files that you want. The compiler need to know where these files is. Also, the Code Parser use the directories here specified to parse code.
  • Library Files: The directories specify the locations of library files used for linker.
  • Executable Files: Some compiler need to invoke other program to execute command. You can specified the directories for these incidental programs.