use the following command to compile: g++ -g -std=c++0x recursion.cpp -o recursion

OR run "make" to compile to the recursion program

The recursion.cpp program in the google_unit_test directory uses the Google Unit Test Framework. Please see README.md in that directory for compiling instructions.