add ZtCObjList.H
This commit is contained in:
3208
ZCppMain/CObjList.H
Normal file
3208
ZCppMain/CObjList.H
Normal file
File diff suppressed because it is too large
Load Diff
3208
ZCppMain/ZtCObjList.H
Normal file
3208
ZCppMain/ZtCObjList.H
Normal file
File diff suppressed because it is too large
Load Diff
15
ZCppMain/ZtCSortObjList.H
Normal file
15
ZCppMain/ZtCSortObjList.H
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
|
||||||
|
|
||||||
|
include "ZCppMain/ZMainHead.H"
|
||||||
|
|
||||||
|
|
||||||
|
namespace ZNsMain
|
||||||
|
{
|
||||||
|
|
||||||
|
template<typename TypeObjList> class ZtCSortObjList
|
||||||
|
{
|
||||||
|
};/*
|
||||||
|
template<typename TypeObjList> class ZtCSortObjList*/
|
||||||
|
|
||||||
|
}/*
|
||||||
|
namespace ZNsMain*/
|
@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "ZMainHead.H"
|
#include "ZtCObjList.H"
|
||||||
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
@ -8,6 +9,8 @@ using namespace std;
|
|||||||
|
|
||||||
int main(int ArgiCnt, char** AppArgu)
|
int main(int ArgiCnt, char** AppArgu)
|
||||||
{
|
{
|
||||||
|
ZNsMain::ZtCObjList<int> CListByInt;
|
||||||
|
|
||||||
cout<<"C++ 's great start"<<endl;
|
cout<<"C++ 's great start"<<endl;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user