文件名称:IterTest
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 32kb
- 下载次数:
- 0次
- 提 供 者:
- c***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
How to wrap an MFC collection into an STL compliant iterator with the Boost iterator_facade-For this article, you will need Boost iterator headers files from the Boost website. Methods described here can be applied to any collection, and not just the MFC. But, for the purpose of this article, I will show how to implement STL compliant iterators on top of the MFC collection classes.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
IterTest\IterTest
........\........\ChildFrm.cpp
........\........\ChildFrm.h
........\........\IterTest.cpp
........\........\IterTest.h
........\........\IterTest.rc
........\........\IterTest.vcproj
........\........\IterTestDoc.cpp
........\........\IterTestDoc.h
........\........\IterTestView.cpp
........\........\IterTestView.h
........\........\MainFrm.cpp
........\........\MainFrm.h
........\........\mfc_iters.h
........\........\ReadMe.txt
........\........\res
........\........\...\IterTest.ico
........\........\...\IterTest.rc2
........\........\...\IterTestDoc.ico
........\........\...\Toolbar.bmp
........\........\resource.h
........\........\stdafx.cpp
........\........\stdafx.h
........\IterTest.sln
IterTest
........\........\ChildFrm.cpp
........\........\ChildFrm.h
........\........\IterTest.cpp
........\........\IterTest.h
........\........\IterTest.rc
........\........\IterTest.vcproj
........\........\IterTestDoc.cpp
........\........\IterTestDoc.h
........\........\IterTestView.cpp
........\........\IterTestView.h
........\........\MainFrm.cpp
........\........\MainFrm.h
........\........\mfc_iters.h
........\........\ReadMe.txt
........\........\res
........\........\...\IterTest.ico
........\........\...\IterTest.rc2
........\........\...\IterTestDoc.ico
........\........\...\Toolbar.bmp
........\........\resource.h
........\........\stdafx.cpp
........\........\stdafx.h
........\IterTest.sln
IterTest