Hi,

I have two classes : ClassA and ClassB. Now I want a member function
in ClassA to call a member function in ClassB. I tried to make ClassA
a friend of ClassB but compiler compains.

Is there any way around that. Any sample code will highly be appreciated.