Is there an open source and (relatively) simple-to-use dynamic code analysis tool for C++ code?
Something like IBM Purify (memory corruption detection, memory leak d
Try Valgrind. It is not as powerful as IBM Purify, but it works quite fine...