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++
Implicitly declared/defined member functions and inheritance
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="Ioannis Vranos, post: 1542391"] Are you talking about C++/CLI and .NET 2? In .NET the base Object class has its operator= disabled (private). If you define it as public in one of your classes, then all of your derived classes of it, will also have operator=. C#/CLI on the other hand, "magically" comes with an implicit operator= for user-defined classes, C++ however preserves this semantics. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C++
Implicitly declared/defined member functions and inheritance
Top