CreateObjectFile[source, name] compiles a string of C code and creates an executable file, name.ext.CreateObjectFile[{file 1, ...}, name] compiles a number of C source files ...
$CCompilerDefaultDirectory returns the default location for creating output.
$CCompiler sets the default C compiler to use for operating on C code.
CompilePrint[cfun] prints a human readable form of a compiled function.
This section is designed to discuss how to make compiled functions run efficiently. It will cover features that make them run faster, as well as problems that can make them ...
RemoteKernelCloseAll[] closes all kernels returned by RemoteServicesLinks.
RemoteServicesLinks[] returns the list of all Lightweight Grid kernels that are currently open.
UnsetWidgetReference[name] removes a widget from the registry with a name in the current interface.
Widget["ComboBox"] represents a combo box.
Widget["List"] represents a list.