text cover

Data Abstraction and Problem Solving with C++

Walls and Mirrors

by Frank M. Carrano

Addison Wesley Logo

c04p216.cpp

Go to the documentation of this file.
00001 
00016 typedef Person ItemType;
00017 
00018 struct Node
00019 {  ItemType item;
00020    Node    *next;
00021 }; // end Node
00022 
00023 Node *head;

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