We are pleased to announce 50 outstanding presentations from C++ experts that will be taking place at C++Now 2026 from 4th - 8th May
Read the full announcement - https://t.co/dN3BX667z4
#cpp#cplusplus#programming#coding
@Revolucion077@mineigi06@BetterLinux I live five minutes from a grocery store in Germany that doesn't even have parking spaces. The entire customer base walks to the store.
Sometimes, working on C++ is frustrating.
Other times, people gives talks about how a feature you pushed through is "really magical but also really convenient."
Those latter moments make the former moments worthwhile.
Check out https://t.co/w43VjycVA4
I've tagged a new release of lexy, my C++ parser library. The last release was December 2022, so this was long overdue:
https://t.co/OFxuet0NM6
#cpp#cplusplus
C++OnSea 2025 SESSION ANNOUNCEMENT: Missing (and future?) C++ Range Concepts by @foonathan
Register now at https://t.co/EGtQ3ae8uc
https://t.co/THpen47l8i
#Algorithms#Cplusplus#Cpp#Ranges
Next week at @cppnow I'm giving two talks:
First, my "Overenginering max(a, b)" talk, which is just fun metaprogramming.
Then, a new talk "Missing (and future?) range concepts" which is turning out really great, I can't wait to give it: https://t.co/8f8kFnKGnU
#cpp#cplusplus
C++Now 2025 SESSION ANNOUNCEMENT: Missing (and Future?) C++ Range Concepts by @foonathan
https://t.co/k2RliDM4Ey
Register now at https://t.co/qjWx2xwrxC
#Algorithms#Cpp#Genericprogramming
I published my trip report about the Hagenberg meeting last week: https://t.co/UUYtflGQ9r
I was wrong about the potential for dangerous optimizations with contracts and ODR. The behavior is not allowed; the blog post has been updated.
#cpp#cplusplus
@victor_explore@hamptonism The thing needs to be normalized to 1, and the integral over the entire number line of e^-(x^2) is sqrt(pi), so you have to divide it out. And the integral is sqrt(pi) because you can turn it into a 2D integral of a rotated 1D integral, where the rotation adds a pi factor.
I'm going to be speaking at the C++ meetup in Helsinki @CppHelsinki on February 4th!
Overengineering `max(a, b)`: Mixed Comparison Functions, Common References, and Rust's Lifetime Annotations
https://t.co/zlLMJ6y3SO
#cpp#cplusplus
We have just released a new CppCon 2024 Video!
Back to Basics: Functional Programming and Monads in C++ - by @foonathan- CppCon 2024
https://t.co/AmtoCmeOdm
#Coding#Cplusplus#Cpp#cppcon
@tsoding Loved your stream about cuik/TB, thanks! If you like this, I have written a fast stack-based VM designed for CTFE. It has coroutines, optional GC, and also experimental codegen using QBE. You can use a simple C API or a textual IR as input: https://t.co/dZOIY1cQSX