User: Persson

  • Public profile

User profile: Persson

User info
User name:Persson
History
Joined:
Number of posts:2
Latest posts:

Copy constructor doesn't get called but it still has an effect on the code
cire, I ran the code you linked to in visual studio 2010 and here's the output: 0030F8A7: A::...

Copy constructor doesn't get called but it still has an effect on the code
[code] class A { public: A() { cout << "A's constructor" << endl; } ~A() { cout << "A's dest...

This user does not accept Private Messages