日志 (查看全部日志..)
最新 10 篇
-
SDI单窗口不同View的切换
可以实现多个View的切换,修改SwitchToView函数可以继续添加其它View UploadFiles/2006-8/823108730.rar -
C++ definitions
L-Values and R-Values Expressions in C++ can evaluate to l-values or r-values. L-values are expressions that evaluate to a type other than void阅读全文|08-18 14:56|没有评论
-
Class继承关系总结(编辑中)
先简单说一下class constructor里面的initializer list。constant和reference的成员变量匦敕旁趇nitializer list里面。没有default constructor的变量也必须在阅读全文|08-18 10:27|没有评论
-
GDI Basis(编辑中)
GDI: Graphics Device Interface. A device-independent graphics output model.阅读全文|08-17 10:22|没有评论
-
MFC Module State
Module States of a Regular DLL Dynamically Linked to MFCSee Also DLLsThe ability to dynamically link a regular DLL to the MFC DLL allows some conf阅读全文|08-08 10:42|没有评论
-
Window消息传递机制
MFC将thread分成winddow thread和worker thread,在讨论多现程(Multi-thread)之前,我们先只考虑window thread。   -
Message Reflection for Windows Controls
This technical note does not discuss message reflection as it applies to ActiveX controls (formerly called OLE controls). Please see the article阅读全文|07-30 07:51|没有评论
-
C++中的指针(一) 简单指针
简单总结一下C++中指针的用法,以后再写一篇详细的,关于smart pointer的总结。 指针的定义很简单。在变量前打个星。例如一个class的名字叫A,那么指针定义 -
Security Enhancements in Visual C++
Microsoft added several security enhancements in Visual C++ recently: secure versions of vulnerable functions, new functions optimized for securit阅读全文|07-27 14:32|没有评论
-
Copy-on-write
Copy-on-write (sometimes referred to as "COW") is an optimization strategy used in computer programming. The fundamental idea is that if阅读全文|07-26 08:50|没有评论

