Hi, I am confused regarding these concepts. Please clearify.
1. Why is bitwise copying unsafe?
2. Does copy constructor does bitwise copying?
3. Is the main use of explicit copy constructor is to go for deep copying?
Thanks in advance.
1. Why is bitwise copying unsafe?
2. Does copy constructor does bitwise copying?
3. Is the main use of explicit copy constructor is to go for deep copying?
Thanks in advance.
Comment