http://www.codeguru.com/cpp/cpp/algorithms/general/article.php/c9585

On Tue, Jun 29, 2010 at 12:32 AM, Raj N <rajn...@gmail.com> wrote:

> Hi,
> Can anyone tell me the difference between using an assignment operator
> and copy constructor ?
>
> sample s1;
> sample s2;
> s2=s1;
> sample s3(s2);
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algoge...@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com<algogeeks%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to