+ 3
How to use friend function to two different classes
when I try to use friend function to two different classes in turbo c in c++ it's showing error what's the problem how can I use it . is it possible?
3 odpowiedzi
+ 5
what's the error shown?
+ 4
When using a friend function you need to pass the objects of the classes in the parameters.
+ 2
I can't understand the problem but if two classes should use a friend function how plZzz help me