Copy constructor doesn't get called but it still has an effect on the codecire, 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