Legacy
(Parallel Package Tutorial) The parallel computing features of Mathematica entirely replace the Parallel Computing Toolkit that was available up to Mathematica Version 6. As stated in the Introduction, ...
CBreak
(SymbolicC Package Symbol) CBreak[] is a symbolic representation of a break statement.
CComment[text] is a symbolic representation of a comment. CComment[text, {pre, post}] includes text to add before and after the comment.
CDefine[def] is a symbolic representation of a preprocessor define.
CExpression[arg] is a symbolic representation of code that will format using CForm[arg].
CIf
(SymbolicC Package Symbol) CIf[test, trueArg, falseArg] is a symbolic representation of a conditional statement. CIf[test, trueArg] only has a branch if test is true.
CPointerMember[obj, mem] is a symbolic representation of access from a pointer to a struct.
CPointerType[type] is a symbolic representation of a type that is a pointer to a type.
CStandardMathOperator[oper, args] is a symbolic representation of a standard math operator.
CSwitch[cond, statements] is a symbolic representation of a switch statement.