User profile: Tyler Hummel

User info
User name:Tyler Hummel
History
Joined:
Number of posts:15
Latest posts:

Vector unincrementable.
I use VS C++. Also an infinite loop wouldn't throw an error.

Vector unincrementable.
[code] virtual void createEntity(base_entity* new_entity) { entities.push_back(new_entity); ...

Vector unincrementable.
Oh I left the & in while trying to fix it. It doesn't work still if you take it out. [code] virtua...

Vector unincrementable.
I think this has something to do with a problem I had before with pointers but I can't figure it out...

Pointer always returning NULL
Huh, I honestly didn't know it worked that way. Thanks for your help everyone. Tyler