搜索资源列表
insideatl
- 详细、深入介绍VC ATL,是一本不可多得的好书,格式为chm,先申明,本版本为英文,请需要的下载,免得落个欺骗的罪名!-detailed, in-depth briefings on VC ATL is a rare books, chm format, the first state, the English version, please download the need to avoid the drop-deception charge!
vc++6.0
- C++是微软公司开发的一个IDE(集成开发环境),换句话说,就是使用c++的一个开发平台. vc++是Windows平台上的C++编程环境,学习VC要了解很多Windows平台的特性并且还要掌握MFC、ATL、COM等的知识,难度比较大。Windows下编程需要了解Windows的消息机制以及回调(callback)函数的原理;MFC是Win32API的包装类,需要理解文档视图类的结构,窗口类的结构,消息流向等等;COM是代码共享的二进制标准,需要掌握其基本原理等等。