Is there a good application (that has some kind of gui) for testing memory leaks in c code. I would really like to test my assignment/programme but being very new to this, i str
On Windows, HeapMon may be of some interest, although it does not explicitly tell you where are your leaks.