User profile: Jutebox5

User info
User name:Jutebox5
Location:Los Angeles, CA
History
Joined:
Number of posts:6
Latest posts:

Unknown problem with vector pushback with class variables
I 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 variables
You are absolutely correct about the debugging code. I actually built it in MS VC++ and stepped t...

Unknown problem with vector pushback with class variables
Oh... One more thing... Since CEnemy inherits CEntity... I'll include CEntity's class definition t...

Unknown problem with vector pushback with class variables
The debugging is from immediately inside the loop, directly after the .push_back() call. (I believe ...

Unknown problem with vector pushback with class variables
CEnemy currently doesn't have a copy constructor. This is for 2 reasons. #1) From what I've read I...