Unknown problem with vector pushback with class variablesI added debug code within the loop to print out "Area_Enemy = " and "En_Num = " and got Area_Enemy ...
Unknown problem with vector pushback with class variablesYou are absolutely correct about the debugging code. I actually built it in MS VC++ and stepped t...
Unknown problem with vector pushback with class variablesOh... One more thing... Since CEnemy inherits CEntity... I'll include CEntity's class definition t...
Unknown problem with vector pushback with class variablesThe debugging is from immediately inside the loop, directly after the .push_back() call. (I believe ...
Unknown problem with vector pushback with class variablesCEnemy currently doesn't have a copy constructor. This is for 2 reasons. #1) From what I've read I...