diff --git a/ZCppMainTest/c++_test_006.cpp b/ZCppMainTest/c++_test_006.cpp index 954b4cf..f9edf87 100644 --- a/ZCppMainTest/c++_test_006.cpp +++ b/ZCppMainTest/c++_test_006.cpp @@ -103,18 +103,22 @@ namespace ZNsMain static int Main(int AI_ArgCnt=0, char* APP_ArgVal[]=0) { - ZCShowType myShowType1; - ZCShowType myShowType2; - //ZCShowType<"abc"> myShowType3; //error + ZCShowType myShowType1; + ZCShowType myShowType2; + ZCShowType myShowType3; + //ZCShowType<"abc"> myShowType4; //error const int CI_Var1=10; const int CI_Var2=20; + const int CI_Var3=30; ZtCTest::ZCTypeVar myintvar1 ; ZtCTest2 myintvar2 ; + ZtCTest2 myintvar3 ; cout<