Answers for "compile c++ to exe mac"

C++
0

run c++ program mac

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

compile and run cpp file on mac c++

// build executable for filename.cpp
make filename
// run executable
./foo
Posted by: Guest on November-05-2021

Browse Popular Code Answers by Language