Hi,


How can a use a circular reference in Visual C++? I want to create a pointer

of one class, classA, to point to another class, classB, (classB* ptrB) and set up a pointer from classB to point at classA (classA* ptrA). However, I can't

seem include classB in classA as well as including classA in classB. In Object

Pascal one can do this by including the other class in the variable uses clause.


Thanks for your help