C++ Weekly - Ep 284 - C++20's Safe Integer Comparisons

Subscribers:
119,000
Published on ● Video Link: https://www.youtube.com/watch?v=iNeHHczBTIs



Duration: 7:28
12,779 views
795


☟☟ Awesome T-Shirts! Sponsors! Books! ☟☟

T-SHIRTS AVAILABLE!

► The best C++ T-Shirts anywhere! https://my-store-d16a2f.creator-spring.com/


WANT MORE JASON?

► My Training Classes: http://emptycrate.com/training.html
► Follow me on twitter: https://twitter.com/lefticus


SUPPORT THE CHANNEL

► Patreon: https://www.patreon.com/lefticus
► Github Sponsors: https://github.com/sponsors/lefticus
► Paypal Donation: https://www.paypal.com/donate/?hosted_button_id=PQ4A2V6ZZFQEU


GET INVOLVED

► Video Idea List: https://github.com/lefticus/cpp_weekly/issues


JASON'S BOOKS

► C++ Best Practices
Amazon Paperback: https://amzn.to/3wpAU3Z
Leanpub Ebook: https://leanpub.com/cppbestpractices


JASON'S PUZZLE BOOKS

► Object Lifetime Puzzlers Book 1
Amazon Paperback: https://amzn.to/3g6Ervj
Leanpub Ebook: https://leanpub.com/objectlifetimepuzzlers_book1

► Object Lifetime Puzzlers Book 2
Amazon Paperback: https://amzn.to/3whdUDU
Leanpub Ebook: https://leanpub.com/objectlifetimepuzzlers_book2

► Object Lifetime Puzzlers Book 3
Leanpub Ebook: https://leanpub.com/objectlifetimepuzzlers_book3

► Copy and Reference Puzzlers Book 1
Amazon Paperback: https://amzn.to/3g7ZVb9
Leanpub Ebook: https://leanpub.com/copyandreferencepuzzlers_book1

► Copy and Reference Puzzlers Book 2
Amazon Paperback: https://amzn.to/3X1LOIx
Leanpub Ebook: https://leanpub.com/copyandreferencepuzzlers_book2

► Copy and Reference Puzzlers Book 3
Leanpub Ebook: https://leanpub.com/copyandreferencepuzzlers_book3

► OpCode Puzzlers Book 1
Amazon Paperback: https://amzn.to/3KCNJg6
Leanpub Ebook: https://leanpub.com/opcodepuzzlers_book1


RECOMMENDED BOOKS

► Bjarne Stroustrup's A Tour of C++ (now with C++20/23!): https://amzn.to/3X4Wypr


AWESOME PROJECTS

► The C++ Starter Project - Gets you started with Best Practices Quickly - https://github.com/cpp-best-practices/cpp_starter_project
► C++ Best Practices Forkable Coding Standards - https://github.com/cpp-best-practices/cppbestpractices


O'Reilly VIDEOS

► Inheritance and Polymorphism in C++ - https://www.oreilly.com/library/view/inheritance-and-polymorphism/9781491961933/
► Learning C++ Best Practices - https://www.oreilly.com/library/view/learning-c-best/9781491954898/




Other Videos By C++ Weekly With Jason Turner


2021-10-18C++ Weekly - Ep 294 - Hello Commander X16
2021-10-11C++ Weekly - Ep 293 - RPG in C++20 Project: Major Updates!
2021-10-04C++ Weekly - Ep 292 - Safely Using `goto` In C++
2021-09-27C++ Weekly - Ep 291 - Start Using `as_const`
2021-09-20C++ Weekly - Ep 290 - C++14's Digit Separators and Binary Literals
2021-09-13C++ Weekly - Ep 289 - Returning From The `void`
2021-09-06C++ Weekly - Ep 288 - Quick Perf Tip: Prefer `auto`
2021-08-30C++ Weekly - Ep 287 - Understanding `auto`
2021-08-23C++ Weekly - Ep 286 - How Command and Conquer's Dual Screen DOS Support Worked
2021-08-16C++ Weekly - Ep 285 - Experiments With Generating Stably Random Game Assets
2021-08-09C++ Weekly - Ep 284 - C++20's Safe Integer Comparisons
2021-08-02C++ Weekly - Ep 283 - Stop Using const_cast!
2021-07-26C++ Weekly - Ep 282 - Quick Perf Tip: Don't Repeat Your Work
2021-07-19C++ Weekly - Ep 281 - N Times Faster Code With Parallel Algorithms
2021-07-12C++ Weekly - Ep 280 - A Quick Look At The Source To Amazon's O3DE Game Engine (constexpr surprises!)
2021-07-05C++ Weekly - Ep 279 - Quick Perf Tip: Use The Right Iterator Comparison
2021-06-28C++ Weekly - Ep 278 - `emplace_back` vs `push_back`
2021-06-21C++ Weekly - Ep 277 - Quick Perf Tip: Avoid Integer Conversions
2021-06-14C++ Weekly - Ep 276 - C++20's Conditionally `explicit` Conversions
2021-06-07C++ Weekly - Ep 275 - Trust Your Standard Library in 3 Simple Steps
2021-05-31C++ Weekly - Ep 274 - Why Is My Pair 310x Faster Than `std::pair`?



Tags:
C++
Programming
C++20
C++ Best practices
Learning C++