Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >

CMember


is a symbolic representation of access from a struct.
  • SymbolicC expressions are inert; they evaluate to themselves, staying in an unevaluated form.
  • SymbolicC expressions can be converted into a C string with ToCCodeString.
To use SymbolicC you first need to load the package:
This extracts an element from a struct:
Here a cast is used to move the object to the correct type:
To use SymbolicC you first need to load the package:
In[1]:=
Click for copyable input
This extracts an element from a struct:
In[2]:=
Click for copyable input
Out[2]=
Here a cast is used to move the object to the correct type:
In[3]:=
Click for copyable input
Out[3]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
格式:   HTML  |  CDF