Hackernews posts about C++
C++ is a high-performance, compiled programming language known for its efficiency, reliability, and flexibility, particularly in developing operating systems, games, and other applications that require direct memory management and control.
- Age of Empires: 25 years of pathfinding problems with C++ [video] (www.youtube.com)
- Canvas_ity: A tiny, single-header (github.com)
- Building Your Own Efficient uint128 in C++ (solidean.com)
- We interfaced single-threaded C++ with multi-threaded Rust (antithesis.com)
- C++26: Std:Is_within_lifetime (www.sandordargo.com)
- Understanding Std:Shared_mutex from C++17 (www.cppstories.com)
- Learning Low-Level Computing and C++ by Making a Game Boy Emulator (byteofmelon.com)
- Mesh: A compacting memory allocator for C/C++ (github.com)
- Memory-Safe Jule language emerges as C/C++ alternative (thenewstack.io)
- Ibex: A Typed DataFrame Language with C++ Code Generation (bobjansen.net)
- A Brief History of the Creator of C++: Bjarne Stroustrup (video) (www.youtube.com)
- QFuture Loves C++ Coroutines (www.arnorehn.de)
- C++ Minesweeper Implementation (github.com)