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++
order of evaluation of arguments to constructors
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="Peter, post: 2769079"] I said I know the order of construction. My question was regarding the order of the argument list of the constructors. Visual C++ and gnu-c++ both execute the code like that: A auto_ptr B auto_ptr C auto_ptr D Can I assume that this is always like that? Or could it be that some compiler does A B C auto_ptr auto_ptr auto_ptr D [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C++
order of evaluation of arguments to constructors
Top