Has anyone ever used memwatch with C++? The documentation that I have mentions only using it with C. I am curious if it works just as good for C++ code when looking for memory leaks.
Has anyone ever used memwatch with C++? The documentation that I have mentions only
Share
Well, the home page you linked to says “Rudimentary support for C++ (disabled by default, use with care!)” so I’d say… use with care. 🙂
That said, it should probably work “well enough” but the output may be cryptic because of how C++ handles symbols differently than C.