1234567
struct someStruct { int anInt; string aPhrase;} }; someStruct* pointer; // this is a pointer to a struct