Monday, October 24, 2016

Copy constructors in C++ simple explained

Here are three videos that explains concept of copy constructor in C++ nicely. Best I found so far.

1. Copy constructor





2. Problems with copy constructor

3. Deep and shallow copy constructors

No comments:

Post a Comment

Optimize you working enviorenment : Single command to create & move to a directory in linux (C Shell, Bash)

Usually move to a directory just after creating is bit of a anxious task specially if the directory name is too long. mkdir long-name-of...