What happens (exactly) if you leave out the copy-constructor in a C++ class? -


what happens (exactly) if leave out copy-constructor in c++ class?

is class memcpy'd or copied member wise?

the class copied member-wise.

this means copy constructors of members called.


Comments

Popular posts from this blog

razor - Is this a bug in WebMatrix PageData? -

c# - How to set Z index when using WPF DrawingContext? -

c# - Cloning WPF controls and object hierarchies -