C++ Pointers and References FULL Guide

Опубликовано: 04 Март 2026
на канале: Velcode
3,784
165

In this video, I will show you why pointers are important to the C++ language, how they work, and how to use them. Then, I will show you why references are used and how they help reduce pointer usage.

__ Social Media __
Instagram:   / velazcojd  
Podcast:    / @unqualifiedgurus  

__ Equipment __
Microphone: https://amzn.to/3leXZR4
Touch Input: https://amzn.to/30Z1Mex
Main Monitor: https://amzn.to/3rfwfiQ
Second Monitor: https://amzn.to/3Gw8NTv
Video Editing: https://amzn.to/3lgb8Jv
Video Camera: https://amzn.to/3nrwFjq
Main Lighting: https://amzn.to/3GLE9FX
Secondary Lighting: https://amzn.to/3npEsi0
Headset: https://amzn.to/3A0GjP7
USB Drive: https://amzn.to/3Gvm9PD

[00:00] Introduction
[00:57] Why we need pointers
[04:44] Problem with copies
[08:32] Memory
[16:10] Variable addresses in code
[20:12] Pointers
[38:42] References
[43:55] Pointers vs References
[49:06] Summary