commit 2025-10-07 19:40 add CopyThis() in ZCppMain/ZtCLinkList.H

This commit is contained in:
2025-10-07 19:40:21 +09:00
parent 3db771e9d9
commit 5f707743a4
5 changed files with 126 additions and 8 deletions

View File

@ -151,6 +151,16 @@ namespace ZNsMain
cout<<"***********************************************"<<endl;
VO_ZCLinkStrLis2.CopyThis(VO_ZCLinkStrLis1);
cout<<"# after VO_ZCLinkStrLis2.CopyThis(VO_ZCLinkStrLis1)"<<endl;
cout<<"+++++++++++++++++++++++++++++++++++++++++++++++"<<endl;
VO_ZCLinkStrLis2.IterElement(&ShowNode0, ZftMCP(VI_CallCnt=0));
cout<<"***********************************************"<<endl;
VO_ZCLinkStrLis1.IterElement(&ShowNode0, ZftMCP(VI_CallCnt=0));
cout<<"***********************************************"<<endl;
return 0;
}/*
static int Main(int AI_ArgCnt=0, char* APP_ArgVal[]=0)*/