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
reference
reference
Jan 29, 2014 at 11:40pm UTC
ShadowKnight
(5)
when i move q1 does p moves too ?
1
2
Point q1 = p;
/*invokes copy constructor*/
q1.move(1, 1);
Jan 29, 2014 at 11:43pm UTC
LB
(13399)
If you make a copy of the mona lisa and then deface that copy, does the original mona lisa get defaced too?
What do you think a copy is? What do you think it means to make a copy?
Last edited on
Jan 29, 2014 at 11:44pm UTC
Topic archived. No new replies allowed.