add ZtCObjList.H
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
|
||||
|
||||
#include <iostream>
|
||||
#include "ZMainHead.H"
|
||||
#include "ZtCObjList.H"
|
||||
|
||||
|
||||
using namespace std;
|
||||
@ -8,6 +9,8 @@ using namespace std;
|
||||
|
||||
int main(int ArgiCnt, char** AppArgu)
|
||||
{
|
||||
ZNsMain::ZtCObjList<int> CListByInt;
|
||||
|
||||
cout<<"C++ 's great start"<<endl;
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user