LoadCOMTypeLibrary[library] creates a so-called "interop" assembly from the named type library and loads that assembly.
$NETExceptionHandler allows you to control how exceptions thrown in .NET are handled in Mathematica.
TetGenGetFacets[expr] returns the facets for a TetGen expression.
The functions accessible with Wolfram LibraryLink make it possible to optimize numerical computations while still keeping the flexibility and generality of Mathematica. If ...
SQLCreateTable[conn, table, columns] creates a new table in an SQL connection.
The functional and list-oriented characteristics of the core Mathematica language allow CUDALink to provide immediate built-in data parallelism, automatically distributing ...
This tutorial describes the principles behind Dynamic, DynamicModule, and related functions, and goes into detail about how they interact with each other and with the rest of ...
$CCompiler sets the default C compiler to use for operating on C code.
Reference
(C Compiler Driver Package Tutorial) The C Compiler Driver package allows you to use a C compiler from within Mathematica. This section summarizes the functionality. This section summarizes the functions used to ...
CCall
(SymbolicC Package Symbol) CCall[fname, args] is a symbolic representation of a call to a function.