First page Back Continue Last page Graphics
Dynamic Structure Accessing
Notice that the instantiated structure has no name! Only the pointer pointing to the structure has a name. So, how do we access the fields of the unnamed poitner?
A special operator -> is used when you want to access a field and you have a pointer to the structure.
Third character in the name field of the structure pointed to by fr_ptr: