From Jason Turner
Watch on YouTube

Summary

This episode shares Jason's personal journey and methodology for learning C++ through experimentation and hands-on investigation. He demonstrates how he builds small test programs to understand language features like copy constructors, move semantics, assignment operators, and return value optimization. The core message emphasizes that learning C++ is an ongoing infinite process requiring constant experimentation, hypothesis testing, and curiosity about how the language actually behaves at runtime.

Resources

Tags