#cppweekly search results

No results for "#cppweekly"

Sometimes ideas struck me like a lightning strike. 🤣 Seeing our respected C++ educator, Jason @lefticus reposting my query, I remembered his #cppweekly github. Submitted as a wish github.com/lefticus/cpp_w… I hope Jason will happily consider my wishlist in 2024. Thanks a lot, Jason

github.com

[C++ weekly]: My wishlist #2 : Zero to hero on C++ developer ecosystem · Issue #350 · lefticus/cp...

Channel Is this a "C++Weekly" or "The [Fill in the Blank] Programmer" episode request? C++ Weekly Topics What topics are important to cover for this episode? Fundamentals of Con...

Anyone please point to me a "Zero to hero" course (Pluralsight or Udemy or O'Reilly or YouTube) on C++ developer ecosystem involving Conan, Cmake, clang-tidy (We haven't started using Conan 2.0 yet, 1.59 at present. Excuse me, @conan_io). This is driving me crazy, enjoying it too



Kevin Carpenter giving credits to @lefticus and encouraging everyone to listen to #CppWeekly in his talk "Back 2 Basics - Tooling Intuition" @meetingcpp #meetingcpp2023 #cpp #cplusplus #cpplus #conference

HSukesan's tweet image. Kevin Carpenter giving credits to @lefticus and encouraging everyone to listen to #CppWeekly in his talk "Back 2 Basics - Tooling Intuition" @meetingcpp 
#meetingcpp2023 #cpp #cplusplus #cpplus #conference

@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


Yess. I purchased one at a fair price and loved already! Test, test, test and test. @lefticus #cppweekly

farukerylmz's tweet image. 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…



Last 4+ laptops purchased for the family have been @lenovo. My main problem with them at the moment is they are very slow to adopt @AMDRyzen and only in a select few lines. Also, I want one that travels well, and that limits a lot. Maybe @lenovo should sponsor #cppweekly ? :D


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

lefticus's tweet card. C++ Weekly - Ep 245 - PMR: Mistakes Were Made (By Me)

youtube.com

YouTube

C++ Weekly - Ep 245 - PMR: Mistakes Were Made (By Me)


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

lefticus's tweet card. C++ Weekly - Ep 241 - Using `explicit` to Find Expensive Accidental...

youtube.com

YouTube

C++ Weekly - Ep 241 - Using `explicit` to Find Expensive Accidental...


Part two of my PMR allocator series is up youtu.be/vXJ1dwJ9QkI Longer than usual, but I couldn't find anything to leave out! This one was done in cooperation with @TechAtBloomberg #cplusplus #cppweekly

lefticus's tweet card. C++ Weekly - Ep 235 - PMR: Amazing, Fast, But, Not Quite Magic

youtube.com

YouTube

C++ Weekly - Ep 235 - PMR: Amazing, Fast, But, Not Quite Magic


C++ Weekly Ep 230: Building A Higher Performance Bit Pattern DSL. A walk through the process of building a compile-time optimized tool for readable bit masking and matching. youtube.com/watch?v=-GqMLn… #cppweekly #cplusplus

lefticus's tweet card. C++ Weekly - Ep 230 - Building A High Performance Bit Pattern Match...

youtube.com

YouTube

C++ Weekly - Ep 230 - Building A High Performance Bit Pattern Match...


If you paid close attention to the end of episode 225 you might have wondered how it's possible for operator-> overloads to work like they do. It's because THEY ARE MAGIC youtu.be/mAHHKDyLmCI #cplusplus #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.



Another episode of C++ Weekly. As always, worth watching and get to know maybe something useful. Don't hesitate. Hey, it's so short you can get over it on the toilet and no-one will notice ;) #cpp #cppweekly #watchingonthetoilet #mynaughtything youtu.be/IcQl1Oh9AvQ


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

lefticus's tweet card. C++ Weekly - Ep 214 - Epic 10 Hour Port of Doom to C++

youtube.com

YouTube

C++ Weekly - Ep 214 - Epic 10 Hour Port of Doom to C++


No results for "#cppweekly"

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

WojciechRazik's tweet image. After watching last #cppweekly episode, friend of mine did some small analysis. Here is original code &amp;amp; code after removing words. 34 words vs 36 punctuation marks. Fortunately we  do not read such code in 99% of our time. #cpp #moderncpp
WojciechRazik's tweet image. After watching last #cppweekly episode, friend of mine did some small analysis. Here is original code &amp;amp; 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

farukerylmz's tweet image. 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…



Kevin Carpenter giving credits to @lefticus and encouraging everyone to listen to #CppWeekly in his talk "Back 2 Basics - Tooling Intuition" @meetingcpp #meetingcpp2023 #cpp #cplusplus #cpplus #conference

HSukesan's tweet image. Kevin Carpenter giving credits to @lefticus and encouraging everyone to listen to #CppWeekly in his talk &quot;Back 2 Basics - Tooling Intuition&quot; @meetingcpp 
#meetingcpp2023 #cpp #cplusplus #cpplus #conference

Loading...

Something went wrong.


Something went wrong.


United States Trends