Hello, I'm developing a graphic engine for my college thesis, a library for the 3ds so everyone can build 3d games.
But I'm starting coding and I have to make sure first of these:
- How to check if there's a memory leak while running the application.
- If there's a memory leak, how can I...