Answers for "compile and run a c++ program in 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

Code answers related to "compile and run a c++ program in mac"

Browse Popular Code Answers by Language