Possible Duplicate:
What is The Rule of Three?
Hi, I've been reading about the topic, and many websites tell me about why do I need a ctor, copy ctor, and a dtor. But I have had trouble finding good examples on how to use them. Also I don't really get why we need to pass parameters to the copy ctor as a const. Any help would be appreciated!