Effective C++笔记 Make interfaces easy to use correctly and hard to use incorectly 表现日期class限制类型内什么事可做,什么事不可做令你的types的行为与内置types一致提供行为一致的接口消除cross-DLL problem 总结 相关文章: