Answers for "use g++ to compile c code"

C++
3

gcc run c++

gcc test.cpp -lstdc++
Posted by: Guest on May-13-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