Mathematica comes with all the tools and configuration so you can immediately carry out parallel computing. Note that, to take advantage of parallel computing it is often ...
CAddress[obj] is a symbolic representation of the address of an object.
CConditional[test, trueArg, falseArg] is a symbolic representation of an inline conditional expression.
CConstant[] is a symbolic representation of a constant.
CContinue[] is a symbolic representation of a continue statement.
CDereference[obj] is a symbolic representation of the dereferencing of a pointer.
CGoto
(SymbolicC Package Symbol) CGoto[label] is a symbolic representation of a goto statement.
CLabel
(SymbolicC Package Symbol) CLabel[label] is a symbolic representation of a label.
CLine
(SymbolicC Package Symbol) CLine[line] is a symbolic representation of a preprocessor line directive.
CParentheses[symb] adds parentheses around an expression.