Search
1000 results for “cpp”
-
ACCU on Sea 2026 SESSION ANNOUNCEMENT: Fearless Concurrency in C++ by Tristan Brindle
https://accuonsea.uk/2026/sessions/fearless-concurrency-in-cpp
Register now at https://accuonsea.uk/tickets/
-
ACCU on Sea 2026 SESSION ANNOUNCEMENT: Fearless Concurrency in C++ by Tristan Brindle
https://accuonsea.uk/2026/sessions/fearless-concurrency-in-cpp
Register now at https://accuonsea.uk/tickets/
-
ACCU on Sea 2026 SESSION ANNOUNCEMENT: Fearless Concurrency in C++ by Tristan Brindle
https://accuonsea.uk/2026/sessions/fearless-concurrency-in-cpp
Register now at https://accuonsea.uk/tickets/
-
ACCU on Sea 2026 SESSION ANNOUNCEMENT: Fearless Concurrency in C++ by Tristan Brindle
https://accuonsea.uk/2026/sessions/fearless-concurrency-in-cpp
Register now at https://accuonsea.uk/tickets/
-
ACCU on Sea 2026 SESSION ANNOUNCEMENT: Fearless Concurrency in C++ by Tristan Brindle
https://accuonsea.uk/2026/sessions/fearless-concurrency-in-cpp
Register now at https://accuonsea.uk/tickets/
-
ACCU on Sea 2026 SESSION ANNOUNCEMENT: Footguns, Film Study, and Forty Years of Failure - What std::vector Taught Me About API Design by Jody Hagins
Register now at https://accuonsea.uk/tickets/
-
ACCU on Sea 2026 SESSION ANNOUNCEMENT: Implementing C++ Standard Library - Design and Optimisations in Libc++ by Hui Xie
Register now at https://accuonsea.uk/tickets/
-
Andrew Coyne 🇺🇦🇮🇱🇬🇪🇲🇩 (@acoyne): "My latest, on the continuing fiasco at the CPP investment fund, which has now spent more than $50 billion over twenty years to lose about $100 billion relative to what it might have earned, for an equal amount of risk, if it had just bought the relevant indexes — or flung darts at the stock listings. https://www.theglobeandmail.com/opinion/article-cpp-investment-board-cppib-benchmarks/" | nitter
https://nitter.net/acoyne/status/2057612907580653960#m -
ACCU on Sea 2026 SESSION ANNOUNCEMENT: CallMeMaybe - Building Modern Runtime Reflection via C++26 by Laurie Kirk
https://accuonsea.uk/2026/sessions/callmemaybe-building-modern-runtime-reflection-via-cpp26/
Register now at https://accuonsea.uk/tickets/
-
ACCU on Sea 2026 SESSION ANNOUNCEMENT: CallMeMaybe - Building Modern Runtime Reflection via C++26 by Laurie Kirk
https://accuonsea.uk/2026/sessions/callmemaybe-building-modern-runtime-reflection-via-cpp26/
Register now at https://accuonsea.uk/tickets/
-
ACCU on Sea 2026 SESSION ANNOUNCEMENT: CallMeMaybe - Building Modern Runtime Reflection via C++26 by Laurie Kirk
https://accuonsea.uk/2026/sessions/callmemaybe-building-modern-runtime-reflection-via-cpp26/
Register now at https://accuonsea.uk/tickets/
-
ACCU on Sea 2026 SESSION ANNOUNCEMENT: CallMeMaybe - Building Modern Runtime Reflection via C++26 by Laurie Kirk
https://accuonsea.uk/2026/sessions/callmemaybe-building-modern-runtime-reflection-via-cpp26/
Register now at https://accuonsea.uk/tickets/
-
ACCU on Sea 2026 SESSION ANNOUNCEMENT: CallMeMaybe - Building Modern Runtime Reflection via C++26 by Laurie Kirk
https://accuonsea.uk/2026/sessions/callmemaybe-building-modern-runtime-reflection-via-cpp26/
Register now at https://accuonsea.uk/tickets/
-
New blog post "Introduction to std::simd in C++26 (Part 1)": https://mattkretz.github.io/2026/05/21/intro-to-std-simd-part-1.html
-
New blog post "Introduction to std::simd in C++26 (Part 1)": https://mattkretz.github.io/2026/05/21/intro-to-std-simd-part-1.html
-
New blog post "Introduction to std::simd in C++26 (Part 1)": https://mattkretz.github.io/2026/05/21/intro-to-std-simd-part-1.html
-
New blog post "Introduction to std::simd in C++26 (Part 1)": https://mattkretz.github.io/2026/05/21/intro-to-std-simd-part-1.html
-
The Centre for the Promotion of Private Enterprise (CPPE);has praised the Central Bank of Nigeria (CBN) for retaining key monetary policy parameters at the 305th MPC meeting.
https://dmarketforces.com/cppe-backs-cbn-for-holding-monetary-policy-rates/
-
ACCU on Sea 2026 SESSION ANNOUNCEMENT: What static, inline, const, constexpr Mean and When to Use Them by Andreas Fertig
https://accuonsea.uk/2026/sessions/what-static-inline-const-constexpr-mean-and-when-to-use-them/
Register now at https://accuonsea.uk/tickets/
-
C++ Insights - Episode 74: Why move requires noexcept in C++20
In this episode, you'll learn why noexcept is crucial for move operations of a class.
-
I never use unions in C++. Mostly because I typically work at a high enough level that I don't need to worry about them.
Recently looked up the details, and other than the last one, was surprised to find out:
- Unions can have constructors, destructors, and methods.
- Unions can use public, private, protected, just like classes; they're public by default, like structs.
- Unions cannot be used as a base class, or have a base class.
- Unions cannot have virtual methods.
- And unsurprisingly, it is UB to read a member that was not the most recently assigned. #cpp
-
ACCU on Sea 2026 SESSION ANNOUNCEMENT: Taming C++23 - The Things About C++23 You Do Not Know by Nicolai M. Josuttis
https://accuonsea.uk/2026/sessions/taming-cpp23-the-things-about-cpp23-you-do-not-know/
Register now at https://accuonsea.uk/tickets/
-
My gods, C++, why are you like this? My crime: std::basic_regex<char8_t>(u8"."). That's the whole code.
It's reasonable to expect that this would work (to create a regex object matching UTF-8 strings, both things that have existed for decades). The pieces fit together syntactically and conceptually. It compiles and links without any warnings on Clang and GCC.
But then the executable crashes with a "bad_cast" exception. No indication of the cause whatsoever.
So, not only does C++ fail to support things that it seems obviously designed to support, but it can't even tell you that it doesn't support them.
-
ACCU on Sea 2026 SESSION ANNOUNCEMENT: Keynote: In the Beginning - A Genesis of Our Craft by Walter E Brown
https://accuonsea.uk/2026/sessions/in-the-beginning-a-genesis-of-our-craft/
Register now at https://accuonsea.uk/tickets/
-
This week on @cppcast , @lefticus and I interview Chris Bieneman, principal engineer in the HLSL team. #cpp #gamedev
https://open.spotify.com/episode/1kr1uFlyjmw4QZQWr8YwsT
https://youtu.be/RHAGn2BOPA4 -
This week on @cppcast , @lefticus and I interview Chris Bieneman, principal engineer in the HLSL team. #cpp #gamedev
https://open.spotify.com/episode/1kr1uFlyjmw4QZQWr8YwsT
https://youtu.be/RHAGn2BOPA4 -
This week on @cppcast , @lefticus and I interview Chris Bieneman, principal engineer in the HLSL team. #cpp #gamedev
https://open.spotify.com/episode/1kr1uFlyjmw4QZQWr8YwsT
https://youtu.be/RHAGn2BOPA4 -
ACCU on Sea 2026 SESSION ANNOUNCEMENT: Dependency Injection and Dependency Inversion - C++ Perspective by Vladimir Vishnevskii
https://accuonsea.uk/2026/sessions/dependency-injection-and-dependency-inversion-cpp-perspective/
Register now at https://accuonsea.uk/tickets/
-
I don't have a screenshot of the error, (because failure after a long frustrating day) but I somehow managed to write C++ code that not only compiled, but produced a sequence of x86 instructions so cursed that it hard-crashed Virtual Box. That's not supposed to be possible, right? Like, the Guest system isn't supposed to be able to influence the Host :P