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