Reference
The CCompilerDriver package allows you to use a C compiler from within the Wolfram Language. This section summarizes the functionality.
Wolfram Language Functions
This section summarizes the functions used to work with C compilers from within the Wolfram Language.
| CreateExecutable | creates an executable |
| CreateLibrary | creates a library |
| CreateObjectFile | creates an object file |
| CCompilers | lists the supported C compilers |
| $CCompiler | the default C compiler |
| $CCompilerDefaultDirectory | default location for creating output |