Answers for "how to run the compiler from terminal c++ mac"

C++
0

run c++ program in mac terminal

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

Code answers related to "how to run the compiler from terminal c++ mac"

Browse Popular Code Answers by Language