Variables and Iterators

Happy 2025!

I started the year off strong, revisiting lectures I covered last year and delving deeper into C++.

Thoughts

What I Covered

This list isn’t exhaustive, I’ve been introduced to a number of topics and ideas, but here are some that stood out to me for whatever reason.

Const Referencing

Iterators

*I haven’t studied pointers in full yet but through studying referencing, I know pointers act in a similar way, they point to the memory address of a variable, and unlike references, can point to empty memory address locations.

Others

I also covered: