User: kunigami

  • Public profile

User profile: kunigami

User info
User name:kunigami
History
Joined:
Number of posts:14
Latest posts:

Implement operator<< overloading outside class
Thank you jsmith! With your help I managed to solve the problem. I also had to remove the keyword...

Implement operator<< overloading outside class
Hi, I'm trying to overload the operator << for a class named "Point". The way I'm doing is this: I h...

Set iterator difference
Hi 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 class
Sorry, it was a silly mistake! Actually member x was a vetor<int> type. The fact was that inside me...

Accessing members of parent class
Hi 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