C++ For Loops. In this video, you will learn about for loops and iteration. You will be learn how to write a forward loop to count forward and backwards, and create a for loop to iterate through a vector while printing and changing the values in the vector. You will also be introduced to the size_t type as well. Since the size of a vector cannot be negative, we use size_t as the type for iterating through the indices of a vector.

C++ Playlist:
https://www.youtube.com/playlist?list=PLnKe36F30Y4ZDNIOZ51sX25pWKQ1pkpTE

Github Repo for C++ Code:
https://github.com/ImKennyYip/cpp

Install C++ with VS Code:
https://youtu.be/DMWD7wfhgNY

Subscribe for more coding tutorials !