Vector is different for every class instanceOkay so I have a class [code]Student[/code], which takes a number and a vector as a parameter for th...
Error initializing mapAmazing! t works now! Thank you!
Error initializing mapSorry about that, its that i have many classes like this; I have one for weapons, one for armor one ...
Error initializing mapoh i forgot to put it. Its in my ArcherArmor class as private. [code] private: map<int, Weapon> sold...
Error initializing mapOkay so inside my ArcherArmor.cpp, I'm trying to figure out why the map initializer list isn't worki...