Hi All,
Apologies if this is a very noob question. I'm looking for information on what to do when my game closes. I understand that I need to free up memory that is being used my my game ie. memory for images, sounds etc... How would I go about this? I've searched documentation looking for keywords needed but am not having much success. Should I free memory held by arrays, floats integers etc or just memory used by resources? Do you guys know of any good tutorials/articles that would teach me about memory management in C++? I'm just so used to C# and Java taking care of this for me, this sort of thing is kind of new to me. Any help would be appreciated.
Cheers.
Kid.