C++ to Rust Phrasebook: A new textbook to help C++ devs translate their idioms into Rust
Discussions: https://discu.eu/q/https://cel.cs.brown.edu/crp/
C++ to Rust Phrasebook: A new textbook to help C++ devs translate their idioms into Rust
Discussions: https://discu.eu/q/https://cel.cs.brown.edu/crp/
Address Sanitizer Updates for Visual Studio 2022 Version 17.14.
buff.ly/OcXEdqG
#cpp #visualstudio #vs2022 #programming
Address Sanitizer Updates for ...
Address Sanitizer Updates for Visual Studio 2022 Version 17.14.
https://devblogs.microsoft.com/cppblog/address-sanitizer-updates-for-visual-studio-2022-17-14/
Been playing with C++26 "Structured bindings can introduce a pack" https://wg21.link/P1061
auto zip_add(tuple_like auto const& lhs, tuple_like auto const& rhs) {
auto const & [...xs] = lhs;
auto const & [...ys] = rhs;
return std::tuple{ (xs + ys)... };
}
Pretty cool
https://godbolt.org/z/o363Phax4
Collecting or hoping to collect a #pension from the #cpp in #canada ? Is the #climatecrisis going to affect my pension? Read on:
https://www.nationalobserver.com/2025/05/26/opinion/pension-fund-opinion-cpp
The #Canada #Pension Plan #CPP has been lambasted by industry #watchdog #ShiftAction for dropping its 2022 commitment to invest in line with the country’s #NetZero action targets.
Shift Action said the move by the CPP investment board #CPPIB was an “unacceptable abdication of responsibility” to the 22 million #Canadians whose #retirement savings it handles and also “difficult to find” in the organization’s 2025 Annual Report, mentioned just once on the 23rd page of the report released Wednesday morning.
The investment arm of the Canada Pension Plan has scrapped its commitment to achieving net zero greenhouse gas emissions, making it the only large Canadian pension fund to abandon the sustainable pledge. #cpp #climate #canada #finance
https://www.biv.com/news/environment/canadas-pension-giant-quietly-abandons-net-zero-climate-goal-10690703
Rust Devs Think We’re Hopeless; Let’s Prove Them Wrong (with C++ Memory Leaks)!•Mamadou Babaei
「 When Rust developers think of us C++ folks, they picture a cursed bloodline — generational trauma passed down from malloc to free. To them, every line of C++ we write is like playing Russian Roulette — except all six chambers are loaded with undefined behavior 」
Would any #windows #developer want to work on a funky #Gtk C++ bug?
The Inkscape project is empty of windows developers and needs some help fixing a fairly serious issue: https://gitlab.com/inkscape/inkscape/-/issues/5219
If I had a windows machine, I'd have tried to fix this one. But I'm completely at sea for this type of issue without the OS on hand. (don't try developing on a VM or old computer, Inkscape is too big and slow to build on windows for that)
All those angle brackets in C++ are to warn you that it's going to hurt. If not now, definitely later when you have gotten comfortable with that code.
Automatically call C++ from python
https://github.com/Tolc-Software/tolc
Discussions: https://discu.eu/q/https://github.com/Tolc-Software/tolc
I want to follow more #PeerTube creators specializing in any of the following:
- #Linux
- #Blender #blender3d #b3d
- #Gamedev (tutorials/blogs/diaries)
- #Programming #Python #Cpp
- #DigitalArt
Share your favorite recommendations (or plug your own channels)!
On June 3, #cppusergroupvienna looks at writing #python extensions in #cplusplus using nanobind.
Hope to see you there - please register!
https://www.meetup.com/cpp-usergroup-vienna/events/307856882/
We also meet on Tuesday, May 20 (yes, just in a few days!) for a social "usergroup->bar();" - please take a look on our meetup page!
Trying out Rust and C++26
https://baptiste-wicht.com/posts/2025/05/trying-out-rust-and-c%2B%2B26.html
#cpp
#cplusplus
What’s New for C++ Developers in Visual Studio 2022 17.14.
https://devblogs.microsoft.com/cppblog/whats-new-for-cpp-developers-in-visual-studio-2022-17-14/