Answers for "how to complie with c++ 17"

C++
2

how to complie with c++ 17

g++ fileName.cpp -std=c++17 -o executableName
./executableName
Posted by: Guest on February-03-2021

Browse Popular Code Answers by Language