text cover

Data Abstraction and Problem Solving with C++

Walls and Mirrors

by Frank M. Carrano

Addison Wesley Logo

c04p184.h

Go to the documentation of this file.
00001 
00014 struct Node
00015 {  int   item;
00016    Node *next;
00017 }; // end Node

Generated on Sun Aug 27 13:05:37 2006 for AWLogo by  doxygen 1.4.6