Chapter 5 of 'Starting Out with C++: Early Objects' covers looping, specifically the increment and decrement operators, while loops, and for loops. It explains their syntax, usage, and different scenarios including input validation, counters, and reading from files. Additionally, it discusses nested loops and provides examples for better comprehension.