#moderncpp โ Public Fediverse posts
Live and recent posts from across the Fediverse tagged #moderncpp, aggregated by home.social.
-
QtPass 1.5.0 is released for public
Modern C++17, combined with improved Qt support, add in fixes, cleanup, packaging work, CI and linting improvements, and updated translations.
Release notes: <https://github.com/IJHack/QtPass/releases/tag/v1.5.0>
#QtPass #Qt #CPP17 #ModernCpp #FOSS #PasswordStore -
You don't realize just how good C++23 is until you take some old C++ code, paste it into #Godbolt, set the compiler flags to C++23, add a few concept-checking asserts, read the beautifully clear error messages from concepts, and fix your problem.
#ModernCPP #CPP #Concepts #Legacy #Evolution #Happyiness #Programming
-
I wrote a blog post again:
๐ข๐๐ป๐ถ๐ป๐ด ๐ฎ๐ป๐ฑ ๐ป๐ผ๐ป-๐ผ๐๐ป๐ถ๐ป๐ด ๐++ ๐ฅ๐ฎ๐ป๐ด๐ฒ๐
The first article in a series discussing some of the underlying properties of C++ ranges, and in particular range adaptors.
https://hannes.hauswedell.net/post/2025/05/17/non-owning-range/
#cplusplus #moderncpp #ranges #views #programming #cpp #SmallWeb
-
Great books!
I would recommend them and these two authors in general (Nicolai M. Josuttis and Bartlomiej Filipek) for everyone willing to structure their knowledge in (not so) modern C++ world.