摘要:
Many thanks to the people who devote themselft to the common libs. STL four components Global Constructor and Destructor STL Allocator STL Vector STL 阅读全文
摘要:
InheritanceThe pointer or reference to base class can address/be assigned with any of the classes derived from base class with virtual functions through mechanism of dynamic binding.There are three ways to support polymorphism:through implicit conversion (from a pointer or reference to derived class 阅读全文
摘要:
Normal COM.cpp 1 #include "resource.h" // 主符号 2 #include "ATLCOM_i.h" 3 #include "_IDragonComEvents_CP.h" 4 #if defined(_WIN32_WCE) && !defined(_CE_DCOM) && !defined(_CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA) 5 #error "Windows CE 平台(如不提供完全 DCOM 支持的 W 阅读全文