User: kyrresc

  • Public profile

User profile: kyrresc

User info
User name:kyrresc
History
Joined:
Number of posts:75
Latest posts:

Return value of overloaded assignment operator
So it is basically for "chaining" operations, just like for overloading the << operator?

Return value of overloaded assignment operator
Hello, when learning C++ I've been using a MyClass& return value when overloading the assignment op...

array of char without '\0' terminated
Hello, from previously asking on here I've understood that the << operator has been overloaded fo...

Copy and swap idiom
Ok thanks, so what would be the correct way of doing it? And what do you mean by synstastically wron...

Copy and swap idiom
I wonder if [code] Actor::Actor& operator=(const Actor a) { swap(this->foo, a.foo); swap(this->...

This user does not accept Private Messages