text cover

Data Abstraction and Problem Solving with C++

Walls and Mirrors

by Frank M. Carrano

Addison Wesley Logo

c04p222.cpp

Go to the documentation of this file.
00001 
00015 // delete the node to which cur points
00016 (cur->precede)->next = cur->next;
00017 (cur->next)->precede = cur->precede;

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