Search:

Type: Posts; User: cpjust

Search: Search took 0.04 seconds.

  1. Replies
    6
    Views
    14,180

    You might want to check the expiration date on...

    You might want to check the expiration date on threads before posting. Five month old threads are pretty stale. Learning to type properly would help too.
  2. Replies
    6
    Views
    14,180

    You need to change this member variable: ...

    You need to change this member variable:

    parentClass parent;
    to

    parentClass* parent;
    because a forward declaration doesn't tell the compiler anything about the size of the parentClass object....
Results 1 to 2 of 2