$JavaExceptionHandler allows you to control how exceptions thrown in Java are handled in Mathematica.
$LibraryError returns the system-dependent error message from loading a library, or None if there was no error.
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.
Converting from strings or boxes to expressions. This takes a string and interprets it as an expression. Here is the box structure corresponding to the textual form of an ...
Type 2+2 and then press Shift+Enter (hold down the Shift key and press Enter) to tell Mathematica to evaluate your input. Note that labels are added automatically, and output ...
The following techniques are useful for debugging problems with client connections to the license server. MathLM will not start if it cannot find the password file. In that ...
CForm
(Built-in Mathematica Symbol) CForm[expr] prints as a C language version of expr.
Wolfram LibraryLink allows dynamic libraries to be directly loaded into the Mathematica kernel so that functions in the libraries can be immediately called from Mathematica. ...