Answers for "g++ compile for 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
1

use c++17 g++

g++ -std=c++1z
Posted by: Guest on August-27-2020

Browse Popular Code Answers by Language