Changes

Jump to: navigation, search
no edit summary
{{OOP344 Index | 20112}}
Please note the following conversation when dealing with casting in C++:
svn://zenit.senecac.on.ca/oop344/trunk/A/05-Aug05/minh4.cpp
<big><pre>
<Neg206> Hello Fardad
<fardad> Neg206: Hi Neg206
<fardad> then you are NOT setting a temp nameless but "A part of object d"
<Neg206> yes thank you
</pre></big>
<big><syntaxhighlight lang="cpp">
d.print();
A(d).print();
//A(B(d)).set(123456); this will not set the data of "A part of d" please read the comments belowconversation above...
d.B::A::set(123456);
A(C(d)).print();

Navigation menu