text cover

Data Abstraction and Problem Solving with C++

Walls and Mirrors

by Frank M. Carrano

Addison Wesley Logo

display400.cpp

Go to the documentation of this file.
00001 
00020 void displayDiameter(Sphere thing)
00021 {
00022    cout << "The diameter is "
00023         << thing.getDiameter() << ".\n";
00024 }  // end displayDiameter

Generated on Sun Aug 27 19:59:45 2006 for AWLogo by  doxygen 1.4.6