Answers for "mac c++ terminal compiler"

C++
0

run c++ program in mac terminal

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

run c++ program mac

gcc main.cpp -o main.out  
./main.out
Posted by: Guest on June-27-2021

Browse Popular Code Answers by Language