I am brand new to this site. I hope someone could help me out with this problem. I am having problems with my code and dont know where to go from here. I am trying to have a pointer, STUDENTS* std, to another pointer. But this second pointer is already in my Structure called STUDENTS. The second pointer is called, SCORES* Scores.
But if std is of type 'STUDENTS *', then it can only point to a STUDENTS or to an array of such objects. It can't point to a pointer.
The pointer that is a member of STUDENTS is still accessible from std, though: std->Scores