I already know that I can trace memory leaks in my code with mtrace
and valgrind
on Linux, both of which are unavailable for Windows. Which Windows program would you recommend to trace memory leaks?
I'm an Eclipse user and I've been working with C for a month or two now, so I prefer a user-friendly solution over something more advanced.