Summary
Full Transcript
►Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel: https://www.youtube.com/channel/UCA64pZbN5Mz5NxC3SO4qpDg/join ►Lesson Description: In this lesson we learn about pointer arthmetic. It's important to understand that when we increment (or decrement) a pointer, we are moving in memory to the address that is the sizeof the pointer type. I demonstrate in this video how to move through an array (which is a contiguous block of memory) to the next item, by offsetting the memory location. Finally, I uncover that the brackets (i.e. []'s ) are actually a shorthand for us as programmers to offset and dereference a particular memory location in an array. Link to a full video on pointers from start to finish: https://www.youtube.com/watch?v=2R5cjpi9Fzw&list=PLvv0ScY6vfd8YRjgGvXKJRAMZQAxNypcH&index=7& ►YouTube Channel: https://www.youtube.com/c/MikeShah ►Please like and subscribe to help the channel!
