Tagged Questions
4
votes
5answers
492 views
Is it worth writing a memory error detection tool for C++ these days?
For past 2 years, I have been writing a tool in C++, meant for C++ as my hobby project. Slowly, I realized that it can be made commercialized, as it can compete with other memory leak detectors. This ...