C++
星空下的背影
杭州群创信息技术有限公司 执行董事兼CTO
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Win32基础窗口框架代码
[code="C++"] #include #include //函数声明 BOOL InitWindow( HINSTANCE hInstance, int nCmdShow ); LRESULT CALLBACK WinProc ( HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam ); //Win32程序入口函...2010-04-09 13:23:45 · 169 阅读 · 0 评论 -
C++系统笔刷
PS_SOLID Creates a solid pen. PS_DASH Creates a dashed pen. Valid only when the pen width is 1 or less, in device units. PS_DOT Creates a dotted pen. Valid only when the pen width is 1 or le...2010-04-13 16:26:50 · 509 阅读 · 0 评论
分享