Learning objectives for chapter 13
Learn how to declare an initially empty array-based list of a given capacity.
Learn how to search an array-based list.
Learn how to sort an array-based list.
Learn how to share an array-based list with a function.
  Learning objective(s) addressed
  1234
Exercises Right-click (or control-click on a Mac) the title to save its PDF to your system.  
13.1 Name Sorter PDF XXX 
13.2 Over-Under Guessing Game, v.3.0 PDF XX  
13.3 MP3 Shuffler, v.1.0 PDF XX  

 
Samples Right-click (or control-click on a Mac) a title to save its file to your system.  
13.1 List of Presidents CPP [ TXT: input file ] X XX

 
Videos  
13.1 Click HERE for a YouTube-like video that compares and contrasts arrays with array-based lists. Its running time is 15 minutes. XXX 

Code from the chapter in order of their appearance in the text
listFile.cpp scores.txt sortFileList.cpp studentList.cpp students.txt

Chapter 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 15