Quote:
Originally Posted by Jabo
Wouldn't making each class a friend class to the other do the job for just calling functions?
|
The friend keyword would allow the classes to access all of each others public, private and protected data and functions. but would not resolve this cyclic dependancy issue.