Why is the copy constructor in this code never called?Thanks : )
Why is the copy constructor in this code never called?Hi, I have the following code: [code]class A { public: A(){ cout << "A.ctor()" << endl...
This user does not accept Private Messages