Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~248 People Reached
Favorite Forums
Favorite Tags
Member Avatar for stubee_1975

Ok I've created the class Weapon below and I now want to create a vector of Weapons, how do I do this? class Weapon { public: Weapon(); // Methods private: // Data members. std::string mWeaponName; int mDamage; float mCost; }; #endif //WEAPON_H

Member Avatar for stubee_1975
0
206
Member Avatar for stubee_1975

My name is Stu, OH, S-to-the-T-U Anyway enough of the Jay-Z impression. I'm Stuart I've recently started doing a Foundation in Games Programming where I'm learning C++, I'm really hoping that I can get some useful hints and tips from here. Prior to my course working in Data Management and …

Member Avatar for WASDted
0
42