delete and memory managment

Hi,
I have an object x.
Then I instantiate another object with object x as argument. e(x)
in the constructor, how can I make "e" a cop of "x" ?
I thought it might be something like "this = x" but that's not it.

thanks

Topic archived. No new replies allowed.