I\'ve got a simple hello world example that I\'m trying to compile on OS X, named hw.cpp:
hw.cpp
#include #include usin
Also, you can use an IDE like CLion (JetBrains) or a text editor like Atom, with the gpp-compiler plugin, works like a charm (F5 to compile & execute).