Hi all,
I seem to be unable to access member pointers to structs. Here are the struct declarations in the class:
Any time I try to access first or last, I get an access violation at 0x00000000. Examples:Code:SpriteStruct* first; SpriteStruct* last;
Thank you in advance for any information regarding this problem!Code:first = NULL; if (first==NULL);




Reply With Quote