+ 1
How to Run C++ file in Mac 10.10.5
I don't able to run c++ file in my macbook air. Any one help me for this.
4 Answers
+ 4
Try a tutorial on installing Visual studio
A IDE for mac
https://www.sololearn.com/discuss/410578/?ref=app
+ 3
Mac Tutorial
- install and run Visual Studio
https://youtu.be/nMcBWHuhDio
+ 2
https://stackoverflow.com/questions/4073289/compiling-simple-hello-world-program-on-os-x-via-command-line
The second answer seems to be the best out of all the others
0
gcc comes preinstalled with all unix platforms. you just need to convert the cpp file(s) to an executable(compile it) using gcc, or g++ for c++.