edit test.cpp
This commit is contained in:
@ -63,7 +63,7 @@ int main(int ArgiCnt, char** AppArgu)
|
|||||||
_FFS_(ZCShowData1)
|
_FFS_(ZCShowData1)
|
||||||
(ZTypInt AiInt)
|
(ZTypInt AiInt)
|
||||||
{
|
{
|
||||||
cout<<"# Elem : "<< AiInt << endl;
|
cout<<"# Elem1 : "<< AiInt << endl;
|
||||||
}/*
|
}/*
|
||||||
(ZTypInt AiInt)*/
|
(ZTypInt AiInt)*/
|
||||||
_FFC_(ZCShowData1)
|
_FFC_(ZCShowData1)
|
||||||
@ -71,7 +71,7 @@ int main(int ArgiCnt, char** AppArgu)
|
|||||||
_FFS_(ZCShowData2)
|
_FFS_(ZCShowData2)
|
||||||
(ZTypInt AiInt, ZCTuple& AR_CTuple)
|
(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)*/
|
(ZTypInt AiInt, ZCTuple& AR_CTuple)*/
|
||||||
_FFC_(ZCShowData2)
|
_FFC_(ZCShowData2)
|
||||||
@ -79,7 +79,7 @@ int main(int ArgiCnt, char** AppArgu)
|
|||||||
_FFS_(ZCShowData3)
|
_FFS_(ZCShowData3)
|
||||||
(ZTypInt AiInt, ZCTuple& AR_CTuple)
|
(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)*/
|
(ZTypInt AiInt, ZCTuple* AR_CTuple)*/
|
||||||
_FFC_(ZCShowData3)
|
_FFC_(ZCShowData3)
|
||||||
|
Reference in New Issue
Block a user