Recent questions tagged copy-constructor

4 votes
2 answers
1
What is the right way to declare a copy constructor of a class if the name of the class is MyClass?MyClass (constant MyClass * arg)MyClass (constant MyClass & arg)MyClass...
To see more, click for the full list of questions or popular tags.