C++ programming tutorial:  C++ 11 feature - delegated constructors

In this next installment of our series covering C++11 stuff, we're going to learn about delegated constructors.

A delegated constructor is an option for you to write cleaner, more concise code for your classes.

// Learn More //
Check out my complete C++ videos playlist:
https://www.youtube.com/playlist?list=PLaatXkJEXKyIK736SvHJBY6cc8azGaxXo

// Consider supporting this channel in multiple ways //
https://ko-fi.com/professorhank
https://paypal.me/hankstalica1
https://www.youtube.com/channel/UC-RZhAum87am1bsFAJ_HV-g/join
Bitcoin: 177wfkQwzXiC8o2whQMVpSyuWUs95krKYB

C++ TutorialProfessor Hank StalicaLearn to Program