readme.txt
来自「很有用的mfc书籍,看后感触很深,大家都收藏啊」· 文本 代码 · 共 14 行
TXT
14 行
Here are the COM examples from chapter 11. The example is a simple
COM object within an INPROC server. The COM object is implemented
in three ways: 1) using multiple inheritance (see the CoMathmi directory),
2) using nested classes (see the CoMathn directory), and 3) using MFC
(see the CoMath32 directory).
Each directory has a client program to test the CoMath objects.
To see how these work
1) build the INPROC server
2) Register the server in the registry
3) Compile the accompanying "CLIENT" program
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?