摘要:
For C++:Memory analysis tools: 1. C++ memory leak detector - Memory Validator (http://www.softwareverify.com/index.html)2. Other as references: Purify from IBM Performance profiling tools:For C#: Memory analysis tools: As developers, we are often faced with addressing memory leaks in our applicatio 阅读全文
摘要:
There is a pdf talking about this in detail (in my skydrive). Here just list some key points:1. To enable polymophyism, we need: a. Add virtual in Base class functions. Yes, it's same as c++ does. b. ... 阅读全文