摘要:
Memory leak detector(C++)This is a simple solution for memory leak detector.For any C++ software source under windows, please follow these steps: 1. You need to put MemoryTracker.h and MemoryAllocateTracker.h into include folder, and force all *.cpp file to include MemoryTracker.h first(when using M 阅读全文
摘要:
SOLID 软件设计原则InitialStands for (acronym)ConceptSSRPSingle responsibility principle The notion that an object should have only a single responsibility. OOCPOpen/closed principle The notion that “software entities … should be open for extension, but closed for modification”. LLSPLiskov substitution pri 阅读全文