I want to copy or clone a object of my own written class. But if I call the copy function only the pointer were copied. So if I change the copied object the original object is changed, too.
Is there a way/function to really clone an object?
best regards Melanie