|
SOLUTIONS
|
C COMPILER DRIVER PACKAGE SYMBOL
CCompilers
returns the list of C compilers supported for this version of Mathematica that can be found on your system.
CCompilers[Full]
returns the list of all C compilers supported for this version of Mathematica (but which may not actually be installed).
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
| In[1]:= |
Show the compilers supported for this platform (Windows) that can be located:
| In[2]:= |
| Out[2]= | ![]() |
Show all the compilers supported for this platform (Windows). Note that on this machine only Visual Studio is actually installed:
| In[3]:= |
| Out[3]= | ![]() |
Show the compilers supported for Linux:
| In[4]:= |
| Out[4]= | ![]() |
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



