![]() |
Data Abstraction and Problem Solving with C++Walls and Mirrorsby Frank M. Carrano |
![]() |
c08p420a.cppGo to the documentation of this file.00001 00015 int SortedList::sortedGetLength() 00016 { 00017 return getLength(); 00018 } // end sortedGetLength |