Linux Programming Blog | const char s[] = "Linux Programming Blog";
Valgrind is a wonderful tool useful mainly to debug memory related problems in C/C++ programs. I don't know a better tool to find memory leaks. Although output of this program is often clear and intuitive it's worth to spend some time to get deeper knowle
www.linuxprogrammingblog.com |