Pointers to struct types work the same as pointers to standard C++ data types. But, since structs are complex groups of data items access to individual members must be done in a very specific way. This video introduces pointers to structs and shows how to access individual struct members.