User profile: damian519

User info
User name:damian519
History
Joined:
Number of posts:35
Latest posts:

Vector is different for every class instance
Okay so I have a class [code]Student[/code], which takes a number and a vector as a parameter for th...

Error initializing map
Amazing! t works now! Thank you!

Error initializing map
Sorry about that, its that i have many classes like this; I have one for weapons, one for armor one ...

Error initializing map
oh i forgot to put it. Its in my ArcherArmor class as private. [code] private: map<int, Weapon> sold...

Error initializing map
Okay so inside my ArcherArmor.cpp, I'm trying to figure out why the map initializer list isn't worki...