commit 2025-10-15 07:18 edit a bit ZCppMain/ZMainHead.H
This commit is contained in:
@ -553,11 +553,11 @@ using namespace std;
|
|||||||
myList.AddTail(2);
|
myList.AddTail(2);
|
||||||
myList.AddTail(3);
|
myList.AddTail(3);
|
||||||
|
|
||||||
_FOR_ITER_EASY_START0(CObjList, myList, VH_NowIter, i)
|
_FOR_ITER_EASY_START0 (CObjList, myList, VH_NowIter, i)
|
||||||
{
|
{
|
||||||
cout<<"# list : "<<myList.ItD(VH_NowIter)<<endl;
|
cout<<"# list : "<<myList.ItD(VH_NowIter)<<endl;
|
||||||
}
|
}
|
||||||
_FOR_ITER_EASY_CLOSE0(CObjList, myList, VH_NowIter, i)
|
_FOR_ITER_EASY_CLOSE0 (CObjList, myList, VH_NowIter, i)
|
||||||
|
|
||||||
_FOR_ITER_EASY_START0_RC(CObjList, myList, VH_NowIter, i)
|
_FOR_ITER_EASY_START0_RC(CObjList, myList, VH_NowIter, i)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user