Tagged Questions
0
votes
9answers
672 views
How to check if memory has aready been released in Destructor?
I have a simple tank wars style game using the allegro open source library. In my tank class, I initialize arrays of pointers to bitmap objects to 0. Then I create new objects with an allegro ...