Search Results

5
votes

How to run C/C++ in a Unix console/Mac terminal?

gcc main.cpp -o main.out ./main.out …