Pointer to struct

I

Last edited on
1
2
3
4
5
6
7
struct someStruct
{
  int anInt;
  string aPhrase;}
};

someStruct* pointer; // this is a pointer to a struct 
Topic archived. No new replies allowed.