#cppweekly search results
After watching last #cppweekly episode, friend of mine did some small analysis. Here is original code & code after removing words. 34 words vs 36 punctuation marks. Fortunately we do not read such code in 99% of our time. #cpp #moderncpp
Yess. I purchased one at a fair price and loved already! Test, test, test and test. @lefticus #cppweekly
IMPORTANT UPDATE 7: Leanpub Won't let me set a price below $4.99, so this is the last coupon. Thanks for the 500 retweets!! This is the lowest price you'll ever seen C++ Best Practices for, so take advantage of it. 9 hours left! leanpub.com/cppbestpractic…
My epic Doom port to C++ is up as episode 214 of C++ Weekly! (10 hrs long after editing!) If you watched the live stream there's a link to the final conclusion of it in the description. You won't believe what happens! youtu.be/0dkzLdqH9V4 #cplusplus #cppweekly
youtube.com
YouTube
C++ Weekly - Ep 214 - Epic 10 Hour Port of Doom to C++
Latest C++ Weekly is up. Teach Yourself C++ in ∞ Days! youtu.be/zUQz4LBBz7M #cplusplus #cppweekly
youtube.com
YouTube
C++ Weekly - Ep 237 - Teach Yourself C++ in ∞ Days
How well do you know the C++ standard library? Have you ever used std::nextafter? youtu.be/-F0j2VN4xEU #cppweekly #cplusplus
youtube.com
YouTube
C++ Weekly - Ep 223 - Know Your Standard Library: std::nextafter
This one simple trick can increase the performance of you standard containers by 3.5x! youtube.com/watch?v=q6A7cK… #cpp #cplusplus #cppweekly
youtube.com
YouTube
C++ Weekly - Ep 222 - 3.5x Faster Standard Containers With PMR!
Get behind-the-scenes insights from Jason Turner @lefticus to 500 consecutive episodes of #cppweekly. The interview also discusses the evolution of C++ content, and the impact of modern C++ features. #cpp #cplusplus #programming youtu.be/mytpmsba4Ss
youtube.com
YouTube
The story behind (and insights from) 500 weeks of C++ Weekly: An...
Multiple Destructors in C++20?! How and why you would want to declare multiple destructors. youtu.be/A3_xrqr5Kdw #cpp20 #cplusplus #cppweekly
youtube.com
YouTube
C++ Weekly - Ep 231 - Multiple Destructors in C++20?! How and Why
If you want to use custom allocators and PMR efficiently and avoid dynamic allocations, you *have* to watch this C++ Weekly episode. youtu.be/6BLlIj2QoT8 #cplusplus #cppweekly
youtube.com
YouTube
C++ Weekly - Ep 245 - PMR: Mistakes Were Made (By Me)
A bit late, but hopefully worth it! Ep 176 of C++ Weekly - The Important Parts of C++11 in 12 Minutes. youtu.be/D5n6xMUKU3A #cplusplus #cppweekly
youtube.com
YouTube
C++ Weekly - Ep 176 - Important Parts of C++11 in 12 Minutes
#cppweekly Ep 150: C++20's Lambdas For Resource Management youtu.be/XhxV1NP5RGs #cplusplus #cpp20
@lefticus found a bug in my code that was due to std::array and operator[] - a 2d array from c#: byte[,] lookup = new byte[4, 4]; ported to a 1d array: std::array<int, 4*4> lookup{}; and yet something like this had snuck in: std::cout << lookup[1, 2]; What gives? #cppweekly
My free C++ course "Understanding C++ Through Lambdas" is fully available now. The 6th and final episode went live today. This is the complete playlist of all videos in the course. youtube.com/playlist?list=… #cplusplus #cpp #cppweekly
Types That Shall Not Be Named! youtu.be/jWgSkM8N0Bc #cplusplus #cpp #cppweekly
youtube.com
YouTube
C++ Weekly - Ep 249 - Types That Shall Not Be Named
Oh, and of course, everything is `constexpr` except for the display code. It's all based on this C++ Weekly episode: youtube.com/watch?v=3SXML1… #constexpr #cppweekly
And that's the news to wake up to. You @lefticus rock with the amount of #cpp society work you do, especially these days. Regular @cppcast episodes, #cppweekly, and few streams on top (some taking more than 10 hours :D ). I admire!
For those of you waiting for more C++20 RPG content, I just recorded 3 more episodes yesterday. Next one will air Monday.
C++ Weekly Ep 206, Surprising Conversions with CTAD youtu.be/IhjvznH9GvI #cpp17 #cplusplus #cppweekly
youtube.com
YouTube
C++ Weekly - Ep 206 - Surprising Conversions with CTAD
How much are unnecessary copies of expensive (non-trivial) objects costing you? What about moves? Those aren't free either. You could `=delete` them, but that's a bit heavy handed. There's another option for your custom types: #cplusplus #cppweekly youtu.be/5wJ-jKK_Zy0
youtube.com
YouTube
C++ Weekly - Ep 241 - Using `explicit` to Find Expensive Accidental...
More C++20! With what I think is a real-world practical use case for [[likely]] and [[unlikely]] #cplusplus #cppweekly #cpp20 youtu.be/ew3wt0g99kg
youtube.com
YouTube
C++ Weekly - Ep 220 - C++20's [[likely]] and [[unlikely]] With...
Curious about C++20? I have (so far) published 22 C++Weekly episodes about C++20 features! youtube.com/playlist?list=… #cplusplus #cppweekly #cpp
【オンライン開催】「C++ソフトウェア設計」 読書会 vol.21 を公開しました! cpp-osaka.connpass.com/event/377257/?… #cppsoft読書会
The first behind The scenes of a catch with CPP youtube.com/live/RVuWNFnRZ… @cppfam
youtube.com
YouTube
CPP Behind the Catch Ep. 1
In case you missed it, check out our new video from CppCon 2025! Why 99% of C++ Microbenchmarks Lie – and How to Write the 1% that Matter!- by @krisjusiak- CppCon 2025 youtu.be/s_cWIeo9r4I #Coding #Cplusplus #Cpp #Programming #cppcon
youtube.com
YouTube
Why 99% of C++ Microbenchmarks Lie – and How to Write the 1% that...
C++ Weekly - Ep 508 - What if You're Windows Only? youtube.com/watch?v=aEuRTz… #cpp #cplusplus
youtube.com
YouTube
C++ Weekly - Ep 508 - What if You're Windows Only?
We have just released a new CppCon 2025 Video! Why 99% of C++ Microbenchmarks Lie – and How to Write the 1% that Matter!- by @krisjusiak- CppCon 2025 youtu.be/s_cWIeo9r4I #Coding #Cplusplus #Cpp #Programming #cppcon
youtube.com
YouTube
Why 99% of C++ Microbenchmarks Lie – and How to Write the 1% that...
🆕 on the #Cpp conference video radar: 🎦 from CppCon: 📺 Why 99% of C++ Microbenchmarks Lie – and How to Write the 1% that Matter! - Kris Jusiak 🔗 youtube.com/watch?v=s_cWIe…
youtube.com
YouTube
Why 99% of C++ Microbenchmarks Lie – and How to Write the 1% that...
Could C++ Developers Handle an ABI Break Today? - by @luisc_cpp- CppCon 2025 youtu.be/VbSKnvldtbs #Coding #Cplusplus #Cpp #Programming #cppcon
youtube.com
YouTube
Could C++ Developers Handle an ABI Break Today? - Luis Caro Campos -...
If you are active on LinkedIn, then come and follow us for the latest news and updates linkedin.com/company/cppons… #cpp #coding #programming #cpponsea
My main issue with CPP is that it tries to do every shiny tech trend. It’s boring and stable. That’s why many people either stick to the old versions or just write C. They also don’t prioritize backwards compatibility.
Implement the C++ Standard Library: Design, Optimisations and Testing while Implementing Libc++ - by @huixie17- CppCon 2025 youtu.be/iw8hqKftP4I #Coding #Cplusplus #Cpp #Programming #cppcon
youtube.com
YouTube
Implement the C++ Standard Library: Design, Optimisations, Testing...
Could C++ Developers Handle an ABI Break Today? - by @luisc_cpp- CppCon 2025 youtu.be/VbSKnvldtbs #Coding #Cplusplus #Cpp #Programming #cppcon
youtube.com
YouTube
Could C++ Developers Handle an ABI Break Today? - Luis Caro Campos -...
Practical Security in Production - Hardening the C++ Standard Library at massive scale queue.acm.org/detail.cfm?id=… #cpp #cplusplus
Meeting C++ weekly Blogroll 505 meetingcpp.com/blog/blogroll/… #cpp #cplusplus
⏰ The C++Online 2026 Call For Speakers Closes AT THE END OF TODAY! We’re looking for: 🎤 Talks (aimed at all levels) 🛠️ Workshops Don’t miss your chance cpponline.uk/call-for-speak… #Cpp #CPlusPlus #coding #programming
In case you missed it, check out our new video from CppCon 2025! Could C++ Developers Handle an ABI Break Today? - by @luisc_cpp- CppCon 2025 youtu.be/VbSKnvldtbs #Coding #Cplusplus #Cpp #Programming #cppcon
youtube.com
YouTube
Could C++ Developers Handle an ABI Break Today? - Luis Caro Campos -...
Implement the C++ Standard Library: Design, Optimisations and Testing while Implementing Libc++ - by @huixie17- CppCon 2025 youtu.be/iw8hqKftP4I #Coding #Cplusplus #Cpp #Programming #cppcon
youtube.com
YouTube
Implement the C++ Standard Library: Design, Optimisations, Testing...
A Recipe for Designing Your Work Week as a Software Engineer - Sandor DARGO - C++ on Sea 2025 youtube.com/watch?v=5oby3f… #Coding #Cplusplus #Cpp #Programming #cpponsea
youtube.com
YouTube
A Recipe for Designing Your Work Week as a Software Engineer - Sandor...
Could C++ Developers Handle an ABI Break Today? - by @luisc_cpp- CppCon 2025 youtu.be/VbSKnvldtbs #Coding #Cplusplus #Cpp #Programming #cppcon
youtube.com
YouTube
Could C++ Developers Handle an ABI Break Today? - Luis Caro Campos -...
Level up your C++ next week! Register by tomorrow! meetingcpp.com/mcpp/training/… #cpp #cplusplus
⏰ The C++Online 2026 Call For Speakers Closes at the end of tomorrow! We’re looking for: 🎤 Talks (aimed at all levels) 🛠️ Workshops Don’t miss your chance cpponline.uk/call-for-speak… #Cpp #CPlusPlus #coding #programming
After watching last #cppweekly episode, friend of mine did some small analysis. Here is original code & code after removing words. 34 words vs 36 punctuation marks. Fortunately we do not read such code in 99% of our time. #cpp #moderncpp
Yess. I purchased one at a fair price and loved already! Test, test, test and test. @lefticus #cppweekly
IMPORTANT UPDATE 7: Leanpub Won't let me set a price below $4.99, so this is the last coupon. Thanks for the 500 retweets!! This is the lowest price you'll ever seen C++ Best Practices for, so take advantage of it. 9 hours left! leanpub.com/cppbestpractic…
Something went wrong.
Something went wrong.
United States Trends
- 1. #StrangerThings5 277K posts
- 2. Thanksgiving 707K posts
- 3. BYERS 65.1K posts
- 4. robin 99.8K posts
- 5. Afghan 309K posts
- 6. Dustin 77.9K posts
- 7. Reed Sheppard 6,585 posts
- 8. Holly 68K posts
- 9. Vecna 64.7K posts
- 10. Jonathan 76K posts
- 11. Podz 4,991 posts
- 12. hopper 16.8K posts
- 13. Erica 19K posts
- 14. Lucas 85K posts
- 15. Nancy 70K posts
- 16. noah schnapp 9,276 posts
- 17. mike wheeler 10.2K posts
- 18. National Guard 686K posts
- 19. Joyce 34.2K posts
- 20. Tini 10.4K posts