From 5b2b966c0c1ff569027b70e4285ac212d2ae4dd7 Mon Sep 17 00:00:00 2001 From: sauron Date: Mon, 25 Aug 2025 21:05:07 +0900 Subject: [PATCH] commit 2025-08-25 21:04 to utf8 : ZCppMainTest/c++_test_005.cpp --- ZCppMainTest/c++_test_005.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ZCppMainTest/c++_test_005.cpp b/ZCppMainTest/c++_test_005.cpp index 87bd841..5c25cf7 100644 --- a/ZCppMainTest/c++_test_005.cpp +++ b/ZCppMainTest/c++_test_005.cpp @@ -62,12 +62,12 @@ int main(int AI_ArgCnt, char* APP_ArgVal[])*/ /*//////////////////////////////////////////////////////////////////////////////////////// - cigwin +■ cigwin 컴파일 // g++ -mno-cygwin -o c++_test_005.exe c++_test_005.cpp -I../../my_CPP/CPP_Main/ -I../../my_CPP/CPP_Std/ -D__CYGWIN32__ -D__VISUAL_CPP_VER__=200300 // g++ -mno-cygwin -o c++_test_005_D.exe c++_test_005.cpp -I../../my_CPP/CPP_Main/ -I../../my_CPP/CPP_Std/ -D__CYGWIN32__ -D__VISUAL_CPP_VER__=200300 -D_DEBUG - mingw +■ mingw 컴파일 g++.exe -o c++_test_005_mw.exe c++_test_005.cpp -I../ g++.exe -o c++_test_005_mw_D.exe c++_test_005.cpp -I../ -D_DEBUG @@ -88,7 +88,7 @@ int main(int AI_ArgCnt, char* APP_ArgVal[])*/ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - Linux +■ Linux 컴파일 g++ -std=c++98 -o c++_test_005.exe c++_test_005.cpp -I../ g++ -std=c++98 -o c++_test_005_D.exe c++_test_005.cpp -I../ -D_DEBUG @@ -126,7 +126,7 @@ int main(int AI_ArgCnt, char* APP_ArgVal[])*/ This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - +■ 실행 ./c++_test_005.exe ./c++_test_005_D.exe