Instantly share code, notes, and snippets.
g++ main.cpp
For C++11
g++ -std=c++11 main.cpp
clang -framwork Foundation main.m