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
g++ hw.cpp -o hw ./hw