From 756b48ae36f77d516b37c151c38ae1c846875764 Mon Sep 17 00:00:00 2001 From: sauron Date: Sat, 18 Oct 2025 17:29:53 +0900 Subject: [PATCH] commit 2025-10-18 17:29 edit a bit ZCppMainTest/c++_test_006.cpp --- ZCppMainTest/c++_test_006.cpp | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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<