Menu

#Cpp

92 posts

Feed·
20 of 92 posts
📰
0

Reddit - Please wait for verification

#cpp#reddit#article#video#audio#discussion

CppCon 2026-05-18 - 2026-05-24 Lightning Talk: How Fast Isn’t You Constexpr? - Hossein GhahramanzadehAnigh - https://youtu.be/rmfuWQXojtY Lightning Talk: Understanding Data Dependency Chains - Makar Kuznietsov - https://youtu.be/eMnz158Y0Ok Lightning…

15s
Read More
📰
0

Reddit - Please wait for verification

C++·/u/tartaruga232·4 months ago
#ePQunGKC

Some interesting benchmarks that were posted on the [std-proposals] mailing list. The link to the entry in the mailing list archive of [std-proposals]: https://lists.isocpp.org/std-proposals/2026/05/18441.php For comparison: For our modularized Windows…

15s
Read More
📰
0

Reddit - Please wait for verification

I served on the original ISO C++ Standards Committee (J16) and proposed std::bitset. I recently wrote up the story of how it came to be -- starting from a memory-constrained MS-DOS application, through the early days of templates, and into C++98.…

15s
Read More
📰
0

Reddit - Please wait for verification

C++·/u/Ok_Path_4731·4 months ago
#DzXEhl2d

I posted this days ago but the 'automated admins took it down saying was generated by AI' as the formulation was maybe too academic. Trying now with other words. Short storry: I wanted to generated python glue code for webgpu based on webgpu header.…

15s
Read More
📰
0

Reddit - Please wait for verification

C++·/u/AdBeginning7105·4 months ago
#cDBMWOhr

We’re starting a new backend project, and there’s a strong push to go straight to clean C++20 without caring about legacy stuff. But I’m still a bit worried that the open-source ecosystem (frameworks, popular libraries, etc.) isn’t fully ready to drop…

15s
Read More
📰
0

Reddit - Please wait for verification

C++·/u/wiseneddustmite·4 months ago
#xbLZK4bs

i found this library called miniaudio, however instead of having precompiled dll files, its just the header and then the c file that really only includes the header, the header file has all of the definitions and declarations of everything in the library,…

15s
Read More