how should i prevent the shallow copying?
every class i think i would need to copy i need to do the 'clone' function?
is there a 'copy constructor'?
the thing is -
i have a constructor that gets objects as parameters. how do i copy it into the data member?
i started to code now, after a long break, and i don't know how, but i forgotted lot of basic stuff.. :(
and lot of other things comes from c++ (i coded before)..