#cpp20 risultati di ricerca
[#cpp20] SWAR (en.wikipedia.org/wiki/SWAR) vs SIMD (wg21.link/P1928) godbolt.org/z/xxKh5nh5x github.com/qlibs/swar
man, this thing is so fucking beautiful 😍😁 🖥️ #btop++: Advanced System Resource Monitor Built in #CPP20 as successor to #bashtop & #bpytop, offering comprehensive system monitoring for #Linux #macOS #FreeBSD #NetBSD #OpenBSD 📊 Key Features: Real-time monitoring of CPU,…
[#cpp20] Static perfect hashing / enum_to_string (wg21.link/P2996) godbolt.org/z/37Eh33nxP github.com/boost-ext/mph
New cheat sheet and overview article of the “range views” in the C++20 and C++23 standard library. Article: hackingcpp.com/cpp/std/range_… More cheat sheets: hackingcpp.com/cpp/cheat_shee… #cpp #cplusplus #cpp20 #cpp23 #programming #coding #CheatSheet
[#cpp20] Compelling meta-programming examples godbolt.org/z/Pc57zE4a6 godbolt.org/z/8PYEveWza godbolt.org/z/crbeMfo3r (github.com/boost-ext/mp)
[#cpp20] Static perfect hashing / string_to_enum (wg21.link/P2996) godbolt.org/z/c681M1vYq github.com/boost-ext/mph
[#cpp20] [Minimal] perfect hashing (at compile-time) godbolt.org/z/GE87neaxG github.com/boost-ext/mph
[#cpp20] mp2.0.0 - Back to the Future Meta-Programming! github.com/boost-ext/mp godbolt.org/z/h97qe9feP
[#cpp20 vs #cpp26][performance] static reflection - enum_name wg21.link/P2996 (as proposed in the example - likely and hopefully not the final implementation) github.com/boost-ext/refl… godbolt.org/z/WxWdP86qh
[#cpp20/#cpp23] Memory allocators - stack_allocator - huge_page_allocator - numa_allocator github.com/qlibs/mem Supports #cpp23 - wg21.link/P0401
[#cpp20] Opt-in mixins with reflect (gcc, clang, msvc) godbolt.org/z/qfW4aKWfb github.com/boost-ext/refl…
[#cpp20] UT2: compile-time first/macro free unit-testing with no dependencies github.com/boost-ext/ut2
In my latest blog post, "C++20s concepts with a forward declared type," you'll learn what to watch out for when using an incomplete type. andreasfertig.com/blog/2025/11/c… #cplusplus #cpp #cpp20
[#cpp20] static_assert is almost all you need! krzysztof-jusiak.github.io/talks/static_a… github.com/boost-ext/ut2
C++ Insights - Episode 68: C++20: Making constructors smarter with conditional explicit In this episode, you'll learn about the power of C++20's conditional explicit. youtu.be/Ly9rD6D5iew #cppinsights #cpp #cpp20
youtube.com
YouTube
C++ Insights - Episode 68: C++20: Making constructors smarter with...
github.com/kitase16/My_Ma… お手製、マークアンドスイープ。Vector一本をいじるやつで、リザーバー飛ばしたりする管理系のやつ。 BitMemoryControlerと混ぜたいなぁ。#cpp20
🧹 Clean C++20: Sustainable Software Development Patterns and Best Practices 📖 Explore it today on NJD Web — download it or read it online. #NJDWeb #CPP20 #CPlusPlus #CleanCode #SoftwareDevelopment #Programming #TechBooks #DesignPatterns #Developers #ReadOnline #BookDownload
Tomorrow is my talk Embedded-Friendly C++: Features That Make a Difference at Meeting C++ 2025. Come and join me there! meetingcpp.com/mcpp/schedule/… #cpp #cpp20 #cplusplus
In my latest blog post, "C++20s concepts with a forward declared type," you'll learn what to watch out for when using an incomplete type. andreasfertig.com/blog/2025/11/c… #cplusplus #cpp #cpp20
I went to understand a simdjson PR from @lemire and one thing led to another and I, uh, accidentally prompted @GeminiApp into teaching me how to write a compile-time Lisp interpreter in C++20. consteval is wild. As one does. #cpp20 Source: godbolt.org/z/jqb3jK4ad
Last chance! Enrollment for my C++17/20 course + 1:1 coaching closes tonight. If you want to start 2026 writing cleaner, more reliable C++ and finally feel confident with modern features—this is your moment. Don’t miss it: fertig.to/slcoaching #cpp #cpp20 #cpp17
You can say whatever you want but modern C++ is fun!! I had learned basically what you call C with classes; a pre std 98 C++. Vectors, linked nodes etc were all coded and managed by hand by writing everything from scratch, using char pointers for strings too.. #coding #cpp20
I will be speaking at Meeting C++ 2025! The talk's title is "Embedded-Friendly C++: Features That Make a Difference". Come and join me there! meetingcpp.com/mcpp/schedule/… #cpp #cpp20 #cplusplus
Quick question: Who do you turn to when you get stuck in C++? With my C++17/20 course + 1:1 coaching, you’ll never have to face tricky code alone again. We start November 1st → Join here: fertig.to/slcoaching #cpp #cpp20 #cpp17
In November my self-study course comes with four 1:1 coaching sessions. andreasfertig.com/blog/2025/10/s… #cpp17 #cpp #cpp20 #course #coaching
As you plan your 2026 budget: I'll be in Munich in February and available for C++ training. If that timing doesn't work, we can of course find another date that fits your team. #cpp #cpp20 #cplusplus
My C++17/20 course now comes with live 1:1 coaching sessions! No more endless Googling. No more “am I doing this right?” moments. Ready to stay ahead in modern C++? 👉 Check it out: fertig.to/slcoaching #cpp #cpp20 #cplusplus
In my latest blog post, "Forward declaring a type in C++: The good, and the bad?," you'll learn about the consequence of forward declaring a type. andreasfertig.com/blog/2025/10/f… #cplusplus #cpp #cpp20
Ever feel stuck when it comes to asynchronous programming in C++? Coroutines simplify your code and make it more readable—but only if you know how to use them. Get yourself the Howto. fertig.to/slcoro #cpp20 #programming #coroutines #cpp
I will be speaking at code::dive 2025! The talk's title is "Embedded-Friendly C++: Features That Make a Difference". Come and join me there! codedive.pl/?session=195-e… #cpp #cpp20 #cplusplus
C++20 でコルーチンを使い倒すためのクラスらしい #cpp20 #coroutine github.com/microsoft/cpp-…
No live sessions to miss, no deadlines to stress over. Learn coroutines at your pace with lifetime access to my self-study course. Let’s simplify async programming! fertig.to/slcoro #cpp20 #programming #coroutines #cpp
Do you care about performance and like to know how lambdas score compared to function objects? Check out my post, "Under the covers of C++ lambdas - Part 2: Captures, captures, captures" andreasfertig.com/blog/2020/11/u… #cplusplus #cpp20 #cpp
Tired of complex code with bugs? Write code that your compiler loves to make programming more fun. Order your copy of my book "Programming with C++20" here: Print: amzn.to/4hZLrc1 E-book: fertig.to/bpwcpp20 #cpp20 #book #cplusplus
🧹 Clean C++20: Sustainable Software Development Patterns and Best Practices 📖 Explore it today on NJD Web — download it or read it online. #NJDWeb #CPP20 #CPlusPlus #CleanCode #SoftwareDevelopment #Programming #TechBooks #DesignPatterns #Developers #ReadOnline #BookDownload
[#cpp20] SWAR (en.wikipedia.org/wiki/SWAR) vs SIMD (wg21.link/P1928) godbolt.org/z/xxKh5nh5x github.com/qlibs/swar
New cheat sheet and overview article of the “range views” in the C++20 and C++23 standard library. Article: hackingcpp.com/cpp/std/range_… More cheat sheets: hackingcpp.com/cpp/cheat_shee… #cpp #cplusplus #cpp20 #cpp23 #programming #coding #CheatSheet
man, this thing is so fucking beautiful 😍😁 🖥️ #btop++: Advanced System Resource Monitor Built in #CPP20 as successor to #bashtop & #bpytop, offering comprehensive system monitoring for #Linux #macOS #FreeBSD #NetBSD #OpenBSD 📊 Key Features: Real-time monitoring of CPU,…
[#cpp20] Compelling meta-programming examples godbolt.org/z/Pc57zE4a6 godbolt.org/z/8PYEveWza godbolt.org/z/crbeMfo3r (github.com/boost-ext/mp)
[#cpp20] mp2.0.0 - Back to the Future Meta-Programming! github.com/boost-ext/mp godbolt.org/z/h97qe9feP
[#cpp20] [Minimal] perfect hashing (at compile-time) godbolt.org/z/GE87neaxG github.com/boost-ext/mph
Something went wrong.
Something went wrong.
United States Trends
- 1. Sengun 8,104 posts
- 2. Mamdani 422K posts
- 3. #SmackDown 42.4K posts
- 4. Reed Sheppard 3,176 posts
- 5. Norvell 3,234 posts
- 6. Caleb Love N/A
- 7. Florida State 10.7K posts
- 8. Collin Gillespie 2,791 posts
- 9. Lando 33.1K posts
- 10. Rockets 16.1K posts
- 11. Marjorie Taylor Greene 58.8K posts
- 12. Suns 14.6K posts
- 13. #OPLive 2,477 posts
- 14. NC State 5,552 posts
- 15. Timberwolves 9,763 posts
- 16. #BostonBlue 3,767 posts
- 17. #LasVegasGP 59.2K posts
- 18. Booker 7,250 posts
- 19. Jabari 1,822 posts
- 20. Dillon Brooks 3,163 posts