Answers for "running c++ program in terminal"

C++
0

run c++ program in mac terminal

g++ sort.cpp -o sort
./sort
Posted by: Guest on May-02-2021
2

terminal compile c++

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

Code answers related to "running c++ program in terminal"

Browse Popular Code Answers by Language