[LC++]Copy constructor etc

Vincent Penquerc'h vincent at qubesoft.com
Wed Jul 25 19:20:07 UTC 2001


>   noisyStringTy& operator=(noisyStringTy const& ns) {
>     return string::operator=(ns);
>     cout<<"operator="<<endl;

you won't see much if you put the cout after the return.

-- 
Lyrian 




More information about the tuxCPProgramming mailing list