Modern C++ Programming: Busato
KnuthIsGod
73 points
14 comments
May 02, 2026
Related Discussions
Found 5 related stories in 990.2ms across 14,015 title embeddings via pgvector HNSW
- Orthodox C++ (2016) signa11 · 93 pts · June 13, 2026 · 57% similar
- C++: The Programming Language back cover raises questions not answered by front paulmooreparks · 54 pts · June 06, 2026 · 51% similar
- C++26: More Function Wrappers ibobev · 19 pts · May 20, 2026 · 50% similar
- Methods in Languages for Systems Programming (2023) surprisetalk · 17 pts · March 16, 2026 · 49% similar
- CUDA Books dariubs · 166 pts · May 17, 2026 · 49% similar
Discussion Highlights (3 comments)
captaincrowbar
"This open-access course is directed at those who are already familiar with C and object-oriented programming" ... but not C++ That's a very, very small target you're aiming at there.
bvrmn
Another book tactically missing memory and ownership design for modern c++ apps. I think there is no more important topic for teaching. There are some slides in advanced sections but it's quite ironic one needs to know about it from the start!! Who owns memory? How to pass it? Move? Borrow? How to communicate it for readers? It's like a tribal knowledge. Every time I touch enterprise C++ codebase it's a freakshow heavily struggling with memory management. As reference the material could be good, as study it's very questionable.
neko_ranger
there are so many job listings for c++ in big tech, but it feels like it's hard to gain proper c++ experience without already being on those projects. it's sweet that those c++ systems are probably critical and actually do cool things, but if I wanted to be a c++ guy there, it's hard to get the experience without already being there I feel. c++ actually doesn't look too bad with RAII? but maybe it's a dying breed anyway, so I should just learn rust/go/zig/etc