CompuServe Messages

#C++ Forward Referencing

    21-Mar-90 13:00:31
Fm: Bob Goldrich 73427,2414
To: Phil Rose 76424,2071
So, if you had 2 classes, each with a friend function which is also a member of the other class, the only way to handle this is to make one class a friend of the other? In such a situation it seems that the forward references catch up with you, and you have no choice but to make the entire class a friend. Right?…