#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
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
[#cpp20] [Minimal] perfect hashing (at compile-time) godbolt.org/z/GE87neaxG github.com/boost-ext/mph
[#cpp20] SWAR (en.wikipedia.org/wiki/SWAR) vs SIMD (wg21.link/P1928) godbolt.org/z/xxKh5nh5x github.com/qlibs/swar
[#cpp20/#cpp23] Memory allocators - stack_allocator - huge_page_allocator - numa_allocator github.com/qlibs/mem Supports #cpp23 - wg21.link/P0401
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,…
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
[#cpp20] Static perfect hashing / enum_to_string (wg21.link/P2996) godbolt.org/z/37Eh33nxP github.com/boost-ext/mph
[#cpp20] Static perfect hashing / string_to_enum (wg21.link/P2996) godbolt.org/z/c681M1vYq github.com/boost-ext/mph
[#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
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] 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
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
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
Made a #HLSL 202y Statically Polymorphic version of this for #Vulkan with #Cpp20 concepts using #Nabla's STL. godbolt.devsh.eu/z/8Yx8E6
Awesome uniform load optimization for loops. Beats AMD scalar optimizations in performance and is as fast as constant buffer loads on Nvidia, but without any downsides. Supports typed/raw/structured buffer AND textures: gist.github.com/sebbbi/ba44153…
🚀 Built a REST API in C++ with Crow and vcpkg: 📦 Dependency management: vcpkg . 🔒 Concurrency: Mutexes . 🧹 Modern C++: C++17/20 features (structured bindings, range loops) #cpp20 #api #speed
[#cpp20] SWAR (en.wikipedia.org/wiki/SWAR) vs SIMD (wg21.link/P1928) godbolt.org/z/xxKh5nh5x github.com/qlibs/swar
[#cpp20] Compelling meta-programming examples godbolt.org/z/Pc57zE4a6 godbolt.org/z/8PYEveWza godbolt.org/z/crbeMfo3r (github.com/boost-ext/mp)
[#cpp20] [Minimal] perfect hashing (at compile-time) godbolt.org/z/GE87neaxG 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] Opt-in mixins with reflect (gcc, clang, msvc) godbolt.org/z/qfW4aKWfb github.com/boost-ext/refl…
[#cpp20] static_assert is almost all you need! krzysztof-jusiak.github.io/talks/static_a… github.com/boost-ext/ut2
[#cpp20] Static perfect hashing / string_to_enum (wg21.link/P2996) godbolt.org/z/c681M1vYq github.com/boost-ext/mph
[#cpp20] Zero/minimal overhead static/const branch library github.com/boost-ext/sb godbolt.org/z/Tdfoj1a57 godbolt.org/z/46815h4Kx
[#cpp20] Static perfect hashing / enum_to_string (wg21.link/P2996) godbolt.org/z/37Eh33nxP github.com/boost-ext/mph
[#cpp20/#cpp23] Memory allocators - stack_allocator - huge_page_allocator - numa_allocator github.com/qlibs/mem Supports #cpp23 - wg21.link/P0401
🧠 C++ Challenge! 🚀 Can you identify the problem with how std::optional<> is used in this code? Reply with what you find! No spoilers, just say "Found it!" if you do. 🔍 #cplusplus #cpp23 #cpp20 #cpp24 #programming #Coding #100daysofcodechallenge #100DaysOfHacking #python
Something went wrong.
Something went wrong.
United States Trends
- 1. #warmertogether N/A
- 2. #NXXT 2,456 posts
- 3. Ben Shapiro 21.1K posts
- 4. Harvey Weinstein 1,482 posts
- 5. #maddiekowalski 2,790 posts
- 6. #BestStockToBuy 1,087 posts
- 7. University of Virginia 1,320 posts
- 8. Gold's Gym 40.1K posts
- 9. #CAVoteYesProp50 2,476 posts
- 10. Clemens 1,524 posts
- 11. Diane Ladd N/A
- 12. Ndiaye 5,687 posts
- 13. Murray State 1,152 posts
- 14. 60 Minutes 168K posts
- 15. Blueface 4,273 posts
- 16. Taliah Scott N/A
- 17. Mumdumi 6,999 posts
- 18. Cardinals 10.8K posts
- 19. Bregman 2,156 posts
- 20. Omaha 2,271 posts