commit 2025-08-24 09:56 edit a bit ZCppMainTest/ZtCArray_000.cpp
This commit is contained in:
@ -73,6 +73,13 @@ namespace ZNsMain
|
|||||||
using namespace std ;
|
using namespace std ;
|
||||||
using namespace ZNsMain;
|
using namespace ZNsMain;
|
||||||
|
|
||||||
|
#if defined(__linux__) && defined(__GNUC__)
|
||||||
|
cout<<"# __GNUC__ : "<<__GNUC__<<endl;
|
||||||
|
#endif
|
||||||
|
#if defined(__cplusplus)
|
||||||
|
cout<<"# __cplusplus : "<<__cplusplus<<endl;
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef ZtCArray<int> CArray ;
|
typedef ZtCArray<int> CArray ;
|
||||||
typedef CArray::IterEasy IterEasy;
|
typedef CArray::IterEasy IterEasy;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user