If the class doesn\'t have the constructor, will the compiler make one default constructor for it ?
Programmers new to C++ often have two common misu
A default constructor is synthesized for every class that does not define one if: