Hi there! Let's start with saying that I do understand Danish, so it's not obligatory to answer in English..!-) I would like to know a little bit about constructors, destructors and copy constructors.
A shallow copy of an object is one where only the addresses of data created in dynamic memory have been copied, rather than the data themselves. A deep copy of an object is one where new dynamic ...