7It's great that you provide operator overloads, but it's also nice to have names - The Old New Thing devblogs.microsoft.comc/cpp · by Nihili0@programming.dev · 3y · 6 comments
7C++ Weekly - Ep 381 - C++23's basic_string::resize_and_overwrite youtube.comc/cpp · by Nihili0@programming.dev · 3y · 0 comments
20I wanted to share useful websites and resources for C++ that I use, add yours! c/cpp · by Nihili0@programming.dev · 3y · 9 comments
12C++17’s Useful Features for Embedded Systems interrupt.memfault.comc/cpp · by Nihili0@programming.dev · 3y · 1 comments
on Suggestions for a good TUI library? · c/cpp · 1 pts · 3yHave a look at ftxui it's made for C++ with modern C++: https://github.com/ArthurSonzogni/FTXUI
on C++26 Language Features voted into Working Draft · c/cpp · 1 pts · 3yYep, I agree, at least they have it in the plan for C++26 https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p0592r5.html
on I wanted to share useful websites and resources for C++ that I use, add yours! · c/cpp · 4 pts · 3yNice ones, for regex I also use https://regexr.com/ but regex101 is great too Yeah, lots of interesting talk freely available: CppCon videos, ACCU, C++Weekly also some git repo: awesome cpp lists: https://github.com/fffaraz/awesome-cpp awesome modern cpp: https://github.com/rigtorp/awesome-modern-cpp awesome CMake: https://github.com/onqtam/awesome-cmake list of C++ features: https://github.com/AnthonyCalandra/modern-cpp-features isocpp core guidelines: https://github.com/isocpp/CppCoreGuidelines
on C++26 Language Features voted into Working Draft · c/cpp · 4 pts · 3yIt's not ahead :) it's how standardization works, C++23 just got finalized after 3 years of work, this is just the beginning for C++26
on C++26 Language Features voted into Working Draft · c/cpp · 3 pts · 3yBtw, here is the plan for C++26: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p0592r5.html And here is the Sutter's Trip report of the metting with the complete list: https://herbsutter.com/2023/06/16/trip-report-summer-iso-c-standards-meeting-varna-bulgaria/
on C++26 Language Features voted into Working Draft · c/cpp · 4 pts · 3yI hope we can get reflection and networking, maybe also pattern matching
on Mods Wanted! · c/meta · 6 pts · 3yHi :) I can help with C++ Also, would it be possible to add c/cpp_questions?
Have a look at ftxui it's made for C++ with modern C++: https://github.com/ArthurSonzogni/FTXUI
Yep, I agree, at least they have it in the plan for C++26 https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p0592r5.html
Nice ones, for regex I also use https://regexr.com/ but regex101 is great too
Yeah, lots of interesting talk freely available: CppCon videos, ACCU, C++Weekly
also some git repo:
It's not ahead :)
it's how standardization works, C++23 just got finalized after 3 years of work, this is just the beginning for C++26
Btw, here is the plan for C++26: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p0592r5.html
And here is the Sutter's Trip report of the metting with the complete list: https://herbsutter.com/2023/06/16/trip-report-summer-iso-c-standards-meeting-varna-bulgaria/
Makes sense, thanks 👍
I hope we can get reflection and networking, maybe also pattern matching
Hi :) I can help with C++
Also, would it be possible to add c/cpp_questions?