I am looking for a memory leak detector in Qt whether static or not, like CppCheck. Then i found Valgrind ( Valgrind memory analyzer remote ) and Vera++, Valgrind is integrated with Qt, Is it work fine for Windows? I also got Vera++, an execute file, But i dont know how to use it. Could any one tell me how use these both?
Valgrind is for Linux. A very good memory solution for the same tasks in Windows is Dr. Memory. It does great job detecting memory leaks.