diff --git a/ZCppMain/test.cpp b/ZCppMain/test.cpp index fa15a3b..b575598 100644 --- a/ZCppMain/test.cpp +++ b/ZCppMain/test.cpp @@ -63,7 +63,7 @@ int main(int ArgiCnt, char** AppArgu) _FFS_(ZCShowData1) (ZTypInt AiInt) { - cout<<"# Elem : "<< AiInt << endl; + cout<<"# Elem1 : "<< AiInt << endl; }/* (ZTypInt AiInt)*/ _FFC_(ZCShowData1) @@ -71,7 +71,7 @@ int main(int ArgiCnt, char** AppArgu) _FFS_(ZCShowData2) (ZTypInt AiInt, ZCTuple& AR_CTuple) { - cout<<"# Elem1 : "<< AiInt << ", nth=" << AR_CTuple._1++ << endl; + cout<<"# Elem2 : "<< AiInt << ", nth=" << AR_CTuple._1++ << endl; }/* (ZTypInt AiInt, ZCTuple& AR_CTuple)*/ _FFC_(ZCShowData2) @@ -79,7 +79,7 @@ int main(int ArgiCnt, char** AppArgu) _FFS_(ZCShowData3) (ZTypInt AiInt, ZCTuple& AR_CTuple) { - cout<<"# Elem2 : "<< AiInt << ", nth=" << AR_CTuple._1++ << endl; + cout<<"# Elem3 : "<< AiInt << ", nth=" << AR_CTuple._1++ << endl; }/* (ZTypInt AiInt, ZCTuple* AR_CTuple)*/ _FFC_(ZCShowData3)