언어/C++2 c++20 편하게 테스트할만한 툴https://apps.kde.org/kdevelop/ KDevelopFeatureful, plugin-extensible IDE for C/C++ and other programming languagesapps.kde.org** 디폴트로 빠른 컴파일 스크립트 변경 : g++ -std=c++23 -o %b %f && ./%b g++ -std=c++20 test.cpp -o test #include #include #include int main(){ const std::string message {std::format("{},{}!", "hello", "world")}; std::cout 1. -o [output] : 실행 파일의 이름 지정예시: g++ -o mypr.. 2025. 7. 1. derivatives pricing working.... 2024. 12. 9. 이전 1 다음