#cpp20 kết quả tìm kiếm
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/#cpp23] Memory allocators - stack_allocator - huge_page_allocator - numa_allocator github.com/qlibs/mem Supports #cpp23 - wg21.link/P0401
[#cpp20] [Minimal] perfect hashing (at compile-time) godbolt.org/z/GE87neaxG github.com/boost-ext/mph
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] SWAR (en.wikipedia.org/wiki/SWAR) vs SIMD (wg21.link/P1928) godbolt.org/z/xxKh5nh5x github.com/qlibs/swar
[#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
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
[#cpp20] UT2: compile-time first/macro free unit-testing with no dependencies github.com/boost-ext/ut2
[#cpp20] Opt-in mixins with reflect (gcc, clang, msvc) godbolt.org/z/qfW4aKWfb github.com/boost-ext/refl…
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] [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
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 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] 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
New blog post: Experimenting with modules in Flux tristanbrindle.com/posts/flux-mod… #cplusplus #cpp20
Something went wrong.
Something went wrong.
United States Trends
- 1. Jayden Daniels 21.1K posts
- 2. Dan Quinn 6,466 posts
- 3. Seahawks 35.9K posts
- 4. Sam Darnold 14.4K posts
- 5. Commanders 48K posts
- 6. Jake LaRavia 3,855 posts
- 7. #RaiseHail 8,510 posts
- 8. Bronny 12.6K posts
- 9. jungkook 593K posts
- 10. Joe Whitt 2,195 posts
- 11. Marcus Smart 2,981 posts
- 12. #RHOP 6,494 posts
- 13. Jaxson Hayes 2,807 posts
- 14. Jovic 1,047 posts
- 15. #BaddiesAfricaReunion 5,201 posts
- 16. 60 Minutes 65.7K posts
- 17. Ware 4,933 posts
- 18. Larson 20.1K posts
- 19. Lattimore 2,486 posts
- 20. Chiefs 73.4K posts