User profile: Destreee

User info
User name:Destreee
History
Joined:
Number of posts:1
Latest posts:

How to initialize object within another class
Here is a code: WEAPON: class WeaponType { }; class Swords : public WeaponType { }; PLA...