Answers for "how to complie c++ to spesific name using terminal"

C++
0

how to complie c++ to spesific name using terminal

g++ /*name of .cpp program*/ -o /* name of exacuable*/
Posted by: Guest on February-22-2021

Code answers related to "how to complie c++ to spesific name using terminal"

Browse Popular Code Answers by Language