C++: The Documentary

231 points · 143 comments on HN · read original →

C++ documentary premiered on YouTube featuring Bjarne Stroustrup and key contributors to the language's 40-year history.

C++ The Documentary released June 4, 2026, on YouTube, featuring interviews with Bjarne Stroustrup (creator), Alexander Stepanov (STL designer), and others including John Romero, Chris Lattner, and Brian Kernighan. The documentary covers C++'s evolution from Bell Labs invention through standardization and modern adoption. Per Q3 2025 data cited in the post, C++ is the fastest-growing of the top four programming languages, with 90 percent user growth over 3.5 years. The video runs approximately 1 hour 8 minutes with chapters spanning invention, early adoption, standardization, the STL, C++98 release, gaming and trading adoption, the early 2000s downturn, the C++11 revival, and future challenges.

What HN community is saying

Commenters express enthusiasm for the documentary's quality and C++'s resurgence. Debate centers on the cause of C++'s 90 percent growth: some attribute it to AI tooling helping with C++'s verbosity and build complexity, while others note C++ is poorly suited to AI coding agents due to undefined behavior and pointer semantics. A secondary thread addresses perception of C++ difficulty: some find it straightforward after a learning ramp-up, while others cite frustration with multiple coexisting standards (C++98 through C++23), template metaprogramming complexity, and ecosystem fragmentation around package management and build systems. One commenter notes Herb Sutter's CPP2/CPPFront project appears inactive since February 2026.