¡@

Home 

c++ Programming Glossary: that.name

What is The Rule of Three?

http://stackoverflow.com/questions/4172722/what-is-the-rule-of-three

this 1. copy constructor person const person that name that.name age that.age 2. copy assignment operator person operator const.. operator person operator const person that name that.name age that.age return this 3. destructor ~person Memberwise.. constructor person const person that name new char strlen that.name 1 strcpy name that.name age that.age 2. copy assignment operator..