Tagged Questions
13
votes
3answers
1k views
Dynamic Memory Allocation and Memory Management
In an average game, there are hundreds or maybe thousands of objects in the scene.
Is it completely correct to allocate memory for all objects, including gun shots (bullets), dynamically via default ...