C++ while Loop Types HD
Demonstrates three types of while loop structures in C++. These include counter-controlled, sentinel-controlled and flag-controlled loops. Software used in this demo is Xcode on a Mac. Note that the code for Windows is exactly the same. Table of Contents: 00:07 - Types of While Loops 00:23 - Counter-Controlled 04:02 - Sentinel-Controlled 06:55 - Flag-Controlled