随笔分类 - C/C++
摘要:Shifting from C to C++:1 - 尽量以const和inline取代#define;2 - 尽量以<iostream>取代<stdio.h>;3 - 尽量以new和delete取代malloc和free;4 - 尽量使用C++风格的注释形式;Memory Management:5 - 使用相同形式的new和delete;Constructors, Destructors and Assignment Operetors:11 - 如果class内动态配置有内存,请为此class声明一个copy constructor和一个assignment运算符;
阅读全文
摘要:CObject CCmdTarget CWinThread CWinApp CMyWinApp CWnd CView CMyView CFrameWnd CMyFrameWnd CDocument CMyDoc
阅读全文

浙公网安备 33010602011771号