copy-constructor is preventing me from returning a temporaryThanks for your answer. There are still some things I don't understand. Bruce Eckel says in his bo...
copy-constructor is preventing me from returning a temporaryHi, I have a bit of a problem that looks as fallows: class cls { public: cls () {} // the ...