Const correctness in C++
Help me keep doing these videos! This works relies on your support! You can show it in one of these ways: 📚 Start a FREE Audible trial: https://www.audibletrial.com/CodeForY... 🛍️ Buy gear I use to make this video: https://github.com/cpp-for-yourself/s... 💶 Directly become a sponsor on GitHub: https://github.com/sponsors/niosus 📺 Watch my videos to the end and leave comments ⁉️ Find your way to support this work here: https://github.com/cpp-for-yourself/s... Here we look at const correctness as one of the cornerstone parts of C++. We already know how to write our functions and classes and have access to all use cases where we can and want to use const keyword. So we cover most of these use cases here. 📚 As always, the script to the video lives here: https://github.com/cpp-for-yourself/s...

Project: Pixelate Images in Terminal 😎

Re-inventing move semantics in modern C++ in 13 minutes

Best AI Tools For Students 2026 | Edit PDF, Study AI, No Coding AI, AI Workspace | Secret AI Tools

The C++ Lambdas

Modern C++: Unique Ptrs and Vectors

CONST in C++

C++ Const Correctness Refresher - Vladimir Vishnevskii - ACCU 2022

C++ Weekly - Ep 421 - You're Using optional, variant, pair, tuple, any, and expected Wrong!

Classes part 21 - ‘const correctness' with member functions | Modern Cpp Series Ep. 58

(almost) All the ways to handle errors in C++

lvalues and rvalues in C++

E01: Stupid C++ Tricks with Dave

Return Value Optimization and Copy Elision in C++

Casey Muratori – The Big OOPs: Anatomy of a Thirty-five-year Mistake – BSC 2025

Weak Pointers in C++ (std::weak_ptr)

Should I pass by const reference or by value?

Stop using std::vector wrong

BLAZINGLY FAST C++ Optimizations

Safely copying, moving, and destroying objects in Modern C++ with the rule of "all or nothing"

