commit 2025-10-15 15:18 edit a bit ZCppMain/ZtCLinkList.H

This commit is contained in:
2025-10-15 15:18:53 +09:00
parent 721d26ca5e
commit 3e8cbd319e
2 changed files with 24 additions and 6 deletions

View File

@ -266,6 +266,11 @@ namespace ZNsMain
cout<<"***********************************************"<<endl;
__for_it(ZCLinkStrList, VO_ZCLinkStrLis1, VH_NowIter)
{
cout<<"# list1 __for_it : "<<VH_NowIter.GetPos()<<" "<<(*VH_NowIter).GetData()<<endl;
}
return 0;
}/*
static int Main(int AI_ArgCnt=0, char* APP_ArgVal[]=0)*/