Hi,
just a quick question.
if i use a copy constructor in the following way.
A a;
A a1(a)
does it mean that any future updates made in member variable of class A using object 'a',
will also be reflected in a1?
thanks
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Thread: copy constructor
|
Click Here to Expand Forum to Full Width |