text cover

Data Abstraction and Problem Solving with C++

Walls and Mirrors

by Frank M. Carrano

Addison Wesley Logo

c08p425a.cpp

Go to the documentation of this file.
00001 
00015 template <typename T>
00016 void NewClass<T>::display()
00017 {
00018    cout << theData;
00019 }  // end display

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