Answers for "g++"

0

g++

g++: GNU C++ Compiler
g++ will compile: *.c\*.cpp files but they will all be treated as C++ files.
Link the object files it automatically links in the std C++ libraries
Posted by: Guest on April-24-2021

Browse Popular Code Answers by Language