Update README.md
1 file changed
tree: a8199a5f99b4c435359daf17cdd25d780bf09649
  1. Makefile
  2. README.md
  3. recursion.cpp
README.md

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.