C++ needs to die. I get so many people are invested in it and so much code is written in it. I used to be a fan and it's still my main job. But, in 2026 with LLMs able to find all the exploits, and with more and more adversarials, we need a language that is opt-out of safety, not C++ which is opt-in + super vigilance to get safety. It doesn't work and decades of experience proves it.
garyrobtoday at 4:24 PM
For what it's worth:
I had an idea for a special reminder app I wanted for myself. It's complicated enough that it comes to 9,000+ lines of code. I wanted to write it using the C++ UI library wxWidgets, because I like that wxWidgets uses native widgets, and is cross-platform, and that it's easy to make an app look nice. And that it doesn't use tons of memory.
There's a wxPython library, but I didn't want my UI to be limited due to whatever gaps may exist in that wrapper.
So I had AI write it in C++. Took about a day for me to get it done. It's perfectly solid. It did hit a couple of memory errors when I first used it, but I could give the AI MacOS crash report and the AI fixed the bugs easily, with no other involvement from me. (I compiled in a debug-friendly mode; no downside to that because it was just for me and was plenty fast enough.)
25 years or so ago, I was a fairly good C++ programmer. Haven't touched it since. And that includes this application, which was completely AI-written.
mirmor23today at 1:21 PM
Ken Thompson's criticism of C++ as incoherent, complex and garbage heap of ideas still resonates with me; C++98 was the last version I used for work although I've dabbled in 11/17/20 out of curiosity.
IMO, if c++/cfront didn't ride on the tails of c, I'm skeptical it would've seen widespread use, but then, that's its main identity which limited it in ways that C++ was not willing to change; It is highly irritating to spend as much time to sanitize the implementation with Coverity/Valgrind and the ilk when the compiler could've handled it.
With C++98, Bjarne's book on c++ internals could've give you good insight into what went on, but later it turned into a whole cottage industry of "effective, more effective, proficient, performant, c++" series of books -- so kiss goodbye to any notion of being able comprehend existing code that's not written by you (until llms arrived). I'm happy to have spent time to learn problem domain instead.
I'll still watch the documentary since it has some of my favorite folks (Kernighan, Stepanov).
bdammtoday at 7:06 AM
Since I've been working in C++ a lot recently I decided to watch the video as I waited for a build to complete. So the length is about right. And fortunately, the video is a delight!
tenderfaulttoday at 8:44 AM
So happy to see Andrei Alexandrescu was included in this documentary. His book on modern C++ design was a mind opener at the time I read it. Maybe still is today. Anybody else read it?
GodelNumberingtoday at 9:50 AM
Personal opinion: C++ is the most elegant language I have used (for about 15 years). If you are the 'systemizer' type and like to have an extremely precise mental model of the thing you write down to the last bit, nothing beats C++. I acknowledge the limitations and uncertainties that come from compilers etc, but still
jdw64today at 7:31 AM
It's surprising that C++'s development trend continues.
When a game or program is made with C++, it's usually nice because performance is mostly guaranteed. But if someone told me to write C++ myself, I'd cry. There's too much to memorize, and the standards are too varied. When I go to a project site for maintenance and it's a C++ project, I instantly lose energy ā because it's just too difficult.
I'd be happy if someone else wrote it, but it's not a language I want to write myself
TonyAlicea10today at 11:22 AM
I always tell web developers I teach that the language of the internet isnāt JavaScript itās C++.
Web devs are just users playing in a C++ devās program. ;)
nealstoday at 10:43 AM
I love a free documentary about something that I'm passionate about. So many thanks.
However, I'm a my own kind of weird. I cannot watch a documentary that's made out of people saying short sentences. I get that it's made to 'have them tell the story', but I need a narrator to tell me what to think because I get distracted.
Still lots of love to the creators, of course.
Tomtetoday at 7:33 AM
Iām out of the loop: weāve had Python, Clojure and possibly something else recently. Is that a series by the same people working through several languages? Is it happenstance? Is it a trend, and every programming language is now scrambling to get their own video documentary?
orsenthiltoday at 2:39 PM
I haven't watched this yet. With all due respect, why John Romero instead of John Carmack for a C++ documentary ?
melenaboijatoday at 2:58 PM
I obviously donāt know them personally, but what I get from this old school generation that have been a pillar of computer science and, why not, modern human history, is just a tiny little bit more humbleness than āinfluentialā people nowadays.
swader999today at 11:36 AM
I'm going to rent the local cinema and invite all my normal friends and family for this. About time they watch something decent.
i_am_a_peasanttoday at 8:26 AM
My only problem with C++ is that itās too verbose. my eyes need to parse huuge chunks of things when I just want some convenient syntax for it. otherwise the idioms are pretty universal for most programming languages nowadays.
witxtoday at 4:13 PM
Did it crash midway?
ElenaDaibunnytoday at 8:43 AM
wild that c++ is apparently the fastest growing top 4 language right now
grugdev42today at 8:19 AM
Thank you for releasing this for free! :)
deletedtoday at 3:16 PM
deletedtoday at 8:23 AM
claiirtoday at 7:17 AM
> currently (as of Q3 2025) the fastest-growing of the top four languages in the world⦠+90% users in the past 3.5 years.
Because of AI, right?
deletedtoday at 7:17 AM
infoinlettoday at 9:19 AM
What a lineup of contributorsāStroustrup, Stepanov, Kernighan, Lattner, and more in one film. Forty years from 'C with Classes' to the fastest-growing of the top four languages is a remarkable arc, and it's nice to see the people behind it get their due. Adding this to the weekend watchlist. Thanks for sharing, Herb!
nitotmtoday at 3:35 PM
Pretty good.
keyletoday at 7:42 AM
+90% users in the past 3.5 years
huh? That is incredible growth. How is it even measured?