Chapter 4.  Lists

Table of Contents

4.1. Introduction to Containers
4.2. Iterators
4.2.1. QStringList and iteration
4.3. Relationships
4.3.1. Relationships Summary
4.4. Exercise: Relationships
4.5. Review Questions
4.5.1. Points of Departure

[ fromfile: lists.xml id: lists ]

Abstract

Whenever possible, we use lists in favor of arrays. This chapter explains ways of grouping things together in lists, and how to iterate through them.