Search Results

1
vote
6answers
3k views

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

I know it, forgets it and relearn it again. Time to write it down. …
0
votes

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

./[name of the program] For example ./a.out …