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

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

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -