Answers for "how to compile c++ file in terminal of macos"

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 compile c++ file in terminal of macos"

Browse Popular Code Answers by Language