Memory Leaks - C
        Posted  
        
            by sbsp
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sbsp
        
        
        
        Published on 2010-03-19T09:27:52Z
        Indexed on 
            2010/03/19
            9:31 UTC
        
        
        Read the original article
        Hit count: 204
        
c
|memory-leaks
Hi guys,
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 struggle with using the terminal to do things, especially using gdb for debugging (to me it feels like a blast from the past, where i could be using some visual debugger).
Thanks for the help
© Stack Overflow or respective owner