StructsΒΆ

Structs are a useful way of bunching multiple variables together. This is probably the closet C gets to objects. We tend to declare our structs in a header file using typedef for easier use.

../_images/fig23.jpg

../_images/fig24.jpg