User profile: meocta

User info
User name:meocta
Email:meocta@yahoo.com
History
Joined:
Number of posts:2
Latest posts:

copy-constructor is preventing me from returning a temporary
Thanks 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 temporary
Hi, I have a bit of a problem that looks as fallows: class cls { public: cls () {} // the ...