摘要:
1. Inline function expansion,内联函数扩展的三种优化(使用内联可以节省函数调用的开销,加快程序速度):Disable不使用内联;Only __inline,仅函数定义前有inline或__inline标记使用内联;Any Suitable,除了inline或__inline标记的函数外,编译器“觉得”应该使用内联的函数,都使用内联。 2. Enables minimal... 阅读全文
posted @ 2009-04-16 23:17
能巴
阅读(234)
评论(0)
推荐(0)
摘要:
[MSDN]Objects and the Object Hierarchy Home Page (Objects) | Overview | FAQ | Reference You can control the Visual C++ Developer Studio environment programmatically by manipulating it through... 阅读全文
posted @ 2009-04-16 23:05
能巴
阅读(284)
评论(0)
推荐(0)
摘要:
Stack unwinding (C++) When an exception is thrown and control passes from a try block to a handler, the C++ run time calls destructors for all automatic objects constructed since the beginning of the ... 阅读全文
posted @ 2009-04-16 22:23
能巴
阅读(402)
评论(0)
推荐(0)
摘要:
MSDN MFC: http://msdn.microsoft.com/zh-cn/library/d06h2x6e.aspxTN020 http://msdn.microsoft.com/zh-cn/library/ft1t4bbc.aspxNeed to learn0. 什么是窗口类?窗口函数?IRR的使用00. Articles:http://www.vckbase.com/document... 阅读全文
posted @ 2009-04-16 16:04
能巴
阅读(389)
评论(0)
推荐(0)

浙公网安备 33010602011771号