User profile: Garfield05

User info
User name:Garfield05
History
Joined:
Number of posts:5
Latest posts:

friend function doubt
Hey guys! Suppose i have a class named a. a has a private variable b; i have created a friend functi...

binary operator overloading
I found the below piece of code on the internet.I need help regarding binary operator overloading.In...

accessing class methods
Hey! Thankyou very very much for that tip!! It works perfectly!!Thanx a ton!!!! :D:D:D:D By the way,...

accessing class methods
hey 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. ...