Answers for "g++ syntax compile command"

C++
0

clang cpp compile command

clang++ -Wall -std=c++11 test.cc -o test
Posted by: Guest on May-16-2021
0

compile in c++

$ g++ -o <name-you-want-to-give> source.cpp
Posted by: Guest on April-26-2021

Browse Popular Code Answers by Language