Pointers to Structures
To declare a structure using pointers we use the keyword new
Declare a pointer to a structure
To reference the fields we use the arrow (->) notation i.e.
pointername -> structure part
Previous slide
Next slide
Back to first slide
View graphic version