friend function doubtHey guys! Suppose i have a class named a. a has a private variable b; i have created a friend functi...
binary operator overloadingI found the below piece of code on the internet.I need help regarding binary operator overloading.In...
accessing class methodsHey! Thankyou very very much for that tip!! It works perfectly!!Thanx a ton!!!! :D:D:D:D By the way,...
accessing class methodshey ultifinitus!! #include <iostream> using namespace std; class fruits { private: int seeds...
accessing class methods[b]Hey everyone![/b] Suppose we have a class (CLASS A) having a number of data members and methods. ...