Implement operator<< overloading outside classThank you jsmith! With your help I managed to solve the problem. I also had to remove the keyword...
Implement operator<< overloading outside classHi, I'm trying to overload the operator << for a class named "Point". The way I'm doing is this: I h...
Set iterator differenceHi all! I'd like to know if C++ STL has a way to count elements in a certain range from a set. I t...
Accessing members of parent classSorry, it was a silly mistake! Actually member x was a vetor<int> type. The fact was that inside me...
Accessing members of parent classHi all, I have a class A and class B. Class B inherits from A. Class A has a protected member x. ...
This user does not accept Private Messages