add ZtCObjList.H

This commit is contained in:
2021-02-26 17:21:25 +09:00
parent 5e7d0deffb
commit 6dc1a28af4
4 changed files with 6435 additions and 1 deletions

View File

@ -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;