![]() |
Data Abstraction and Problem Solving with C++Walls and Mirrorsby Frank M. Carrano |
![]() |
writeBackward2.cpp File ReferenceDetailed DescriptionRecursively process a linked list. This example recusively traverses a linked list of characters, printing the character stored in each node after processing the rest of the list. Thus, the string is printed backward.
Definition in file writeBackward2.cpp.
Go to the source code of this file. |