Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C++
Default functions implemented by compiler
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Heinz Ozwirk, post: 2565755"] It should also be mentioned that there is no "default destructor". There only is a default implementation. A "default constructor" is any constructor, which can be called without any arguments. It is called "default" because it is used when no other constructor is explicitly specified when an object is created, not because its implementation is provided by the compiler. Heinz [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C++
Default functions implemented by compiler
Top