Headers and libraries, but with classes
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... We know how to write libraries when using just functions. Is it any different when we use classes? We'll figure out in this video! Turns out the situation is nearly the same as when not using classes with just a couple minor differences. 📚 As always, the script to the video lives here: https://github.com/cpp-for-yourself/s... The chatbot used in the short video snippet is ChatGPT.

Const correctness in C++

why do header files even exist?

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

BETTER Header Files and Preprocessor Debugging

CppCon 2018: Robert Schumacher “Don't package your libraries, write packagable libraries!”

Why use templates in modern C++

What are header files in C++ ( PROGRAMMING TUTORIAL for beginners)

Do you even test? (your code with CMake)

Header files and libraries (Kevin Lynch)

the true reason C++ always wins

Don't use static (outside of classes) in modern C++

Why use forwarding references and how they are different from rvalue references in C++

How to write your own code libraries in C.

Zig 2026: No-AI Policy, $670K Foundation, Left GitHub & Why Zig Isn’t 1.0 - Andrew Kelley Explains

Precompiled Headers in C++

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

C++ Header Files

The C++ Lambdas

How to Properly Separate C++ Classes into Header and Implementation Files - C++ for Robotics/ML

