text cover

Data Abstraction and Problem Solving with C++

Walls and Mirrors

by Frank M. Carrano

Addison Wesley Logo

c02p117a.cpp

Go to the documentation of this file.
00001 
00015 // Exercise 6
00016 
00017 void printNum(int n)
00018 {
00019    cout << n << endl;
00020    printNum(n-1);
00021 }  // end printNum

Generated on Sun Aug 27 11:05:08 2006 for AWLogo by  doxygen 1.4.6