Answers for "how to compile a c++ file from terminal"

C++
1

terminal compile c++

g++ -o file file.cpp //or file.c
Posted by: Guest on March-02-2021

Code answers related to "how to compile a c++ file from terminal"

Browse Popular Code Answers by Language