+ 7
Copy constructor
Is it necessary that copy constructor argument should be const in C++?
2 Answers
+ 5
Thanks
I get it
+ 2
id assume so. this way the values of the parameter cannot be changed during the copy.
Is it necessary that copy constructor argument should be const in C++?