1081 - 1090 of 1866 for EvaluSearch Results
View search results from all Wolfram sites (2737 matches)
CFor   (SymbolicC Package Symbol)
CFor[init, test, incr, body] is a symbolic representation of a for loop.
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.
CInclude   (SymbolicC Package Symbol)
CInclude[header] is a symbolic representation of a preprocessor include statement.
CMember   (SymbolicC Package Symbol)
CMember[obj, mem] is a symbolic representation of access from a struct.
CPointerMember   (SymbolicC Package Symbol)
CPointerMember[obj, mem] is a symbolic representation of access from a pointer to a struct.
CPointerType   (SymbolicC Package Symbol)
CPointerType[type] is a symbolic representation of a type that is a pointer to a type.
CPragma   (SymbolicC Package Symbol)
CPragma[line] is a symbolic representation of a preprocessor pragma directive.
CPreprocessorIf   (SymbolicC Package Symbol)
CPreprocessorIf[cond] is a symbolic representation of a preprocessor if conditional.CPreprocessorIf[cond, true, false] represents the true and false cases.
CPreprocessorIfndef   (SymbolicC Package Symbol)
CPreprocessorIfndef[cond] is a symbolic representation of a preprocessor ifndef conditional.CPreprocessorIfndef[cond, true, false] represents the true and false cases.
CProgram   (SymbolicC Package Symbol)
CProgram[args] is a symbolic representation of an entire program.
1 ... 106|107|108|109|110|111|112 ... 187 Previous Next

...