cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
delete and memory managment
delete and memory managment
Jul 21, 2013 at 8:55am UTC
nmn
(47)
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
Jul 21, 2013 at 9:47am UTC
keskiverto
(10402)
http://www.cplusplus.com/articles/y8hv0pDG/
Topic archived. No new replies allowed.