update text format
1 file changed
tree: a067448cdc131f8e130ee16071c91b51f66c2e5b
  1. google_unit_test/
  2. Makefile
  3. README.md
  4. 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.