cppPrimer tutorials form c++ primer book (5th editon) contributor Thushadh Wijesekere to run the .cpp files: run the command $ g++ -o fileName fileName.cpp run the excutable filename by running the command $ ./fileName