Does the default constructor (created by the compiler) initialize built-in-types? 7 Answers 7
Is there any good reason that an empty set of round brackets (parentheses) isn’t valid for calling the default constructor in C++? MyObject ...
-
May 27, 2022
- 0 Comments
I originally posted this as a question only about destructors, but now I’m adding consideration of the default constructor. Here’s the original question: ...
-
May 27, 2022
- 0 Comments