previous | index | next

Structure Values and Their Accessors

To create a value of a structured type, first declare a variable of that type:
  gameState state;
Now the variable has been declared, but its members have not been initialized.


previous | index | next