User profile: zroccoz

User info
User name:zroccoz
Name:Rossi Rocco
Location:Ha Noi - Vietnam
Website:http://sites.google.com/site/zroccoz/
History
Joined:
Number of posts:1
Latest posts:

Derived copy constructor
[code]class Base { ... // No copy constructor }; class Derived: public Base { ... ...