文件名称:clist_iter_src
介绍说明--下载内容均来自于网络,请自行研究使用
MFC s CList provides a template linked list implementation and works perfectly adequately. However, iterating through the list can be a little combersome. Code like that below is common place for processing list elements, but the POSITION variable is meaningless and confusing as it always points to the next node rather than the current one.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
llist_iter.h