I have a protected static member func. in ,let's say class A, and I want to use it from another (B) class' non-static member func. What shall I do in both classes' header file? Should I use friend reserved?
If the problem and question is not well understandable, let me know!!!
Thanks for any advance...
If the problem and question is not well understandable, let me know!!!
Thanks for any advance...