Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
dTub
Скачать

C++ Weekly - Ep 373 - Design Patterns in "Modern" C++ (2023)

Автор: C++ Weekly With Jason Turner

Загружено: 2023-04-24

Просмотров: 38510

Описание:

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


Books to reference:

[C++ Software Design](https://amzn.to/3RgBJ7n) (from Klaus, mentioned in the video)
[Head First Design Patterns](https://amzn.to/3CQHKmS) (Java)
[Design Patterns](https://amzn.to/3QeoJhd) (Classic Gang-of-Four / Pre-ISO C++)
[Modern C++ Design](https://amzn.to/3AMShgj)
[Hands on Design Patterns with C++](https://amzn.to/3emBqcD)

Discussion: https://github.com/lefticus/cpp_weekl...

T-SHIRTS AVAILABLE!

► The best C++ T-Shirts anywhere! https://jason-turner-shop.fourthwall....


WANT MORE JASON?

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


SUPPORT THE CHANNEL

► Patreon:   / lefticus  
► Github Sponsors: https://github.com/sponsors/lefticus
► Paypal Donation: https://www.paypal.com/donate/?hosted...


GET INVOLVED

► Video Idea List: https://github.com/lefticus/cpp_weekl...


JASON'S BOOKS

► C++23 Best Practices
Amazon Paperback: https://amzn.to/47MEAhj
Leanpub Ebook: https://leanpub.com/cpp23_best_practi...

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


JASON'S PUZZLE BOOKS

► Programming Puzzles Big Book
Amazon Paperback: https://amzn.to/4plj0cb
Leanpub Ebook: https://leanpub.com/programming_puzzl...

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

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

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

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

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

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

► 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...
► C++ Best Practices Forkable Coding Standards - https://github.com/cpp-best-practices...


O'Reilly VIDEOS

► Inheritance and Polymorphism in C++ - https://www.oreilly.com/library/view/...
► Learning C++ Best Practices - https://www.oreilly.com/library/view/...

C++ Weekly - Ep 373 - Design Patterns in "Modern" C++ (2023)

Поделиться в:

Доступные форматы для скачивания:

Скачать видео mp4

  • Информация по загрузке:

Скачать аудио mp3

Похожие видео

C++ Weekly - Ep 374 - C++23's out_ptr and inout_ptr

C++ Weekly - Ep 374 - C++23's out_ptr and inout_ptr

Breaking Dependencies - The Visitor Design Pattern in Cpp - Klaus Iglberger - CppCon 2022

Breaking Dependencies - The Visitor Design Pattern in Cpp - Klaus Iglberger - CppCon 2022

Bjarne Stroustrup - The Essence of C++

Bjarne Stroustrup - The Essence of C++

Typst: Современная замена Word и LaTeX, которую ждали 40 лет

Typst: Современная замена Word и LaTeX, которую ждали 40 лет

C++ Weekly - Ep 516 - C++26's User Generated static_assert Messages

C++ Weekly - Ep 516 - C++26's User Generated static_assert Messages

C++ Weekly - Ep 421 - You're Using optional, variant, pair, tuple, any, and expected Wrong!

C++ Weekly - Ep 421 - You're Using optional, variant, pair, tuple, any, and expected Wrong!

Как взломать любое программное обеспечение

Как взломать любое программное обеспечение

8 Design Patterns EVERY Developer Should Know

8 Design Patterns EVERY Developer Should Know

C++ Weekly - Ep 343 - Digging Into Type Erasure

C++ Weekly - Ep 343 - Digging Into Type Erasure

C++ Weekly - Ep 512 - reinterpret_cast is Finally Fixed!

C++ Weekly - Ep 512 - reinterpret_cast is Finally Fixed!

SINGLETONS in C++

SINGLETONS in C++

C++ Weekly - Ep 312 - Stop Using `constexpr` (And Use This Instead!)

C++ Weekly - Ep 312 - Stop Using `constexpr` (And Use This Instead!)

What is Low Latency C++? (Part 1) - Timur Doumler - CppNow 2023

What is Low Latency C++? (Part 1) - Timur Doumler - CppNow 2023

C++ Weekly - Ep 348 - A Modern C++ Quick Start Tutorial - 90 Topics in 20 Minutes

C++ Weekly - Ep 348 - A Modern C++ Quick Start Tutorial - 90 Topics in 20 Minutes

7 Design Patterns EVERY Developer Should Know

7 Design Patterns EVERY Developer Should Know

C++ Weekly - Ep 513 - How Many Ways Can You End a Program?

C++ Weekly - Ep 513 - How Many Ways Can You End a Program?

Как устроена компьютерная графика? OpenGL / C++

Как устроена компьютерная графика? OpenGL / C++

C++ Design Patterns - The Most Common Misconceptions (2 of N) - Klaus Iglberger - CppCon 2024

C++ Design Patterns - The Most Common Misconceptions (2 of N) - Klaus Iglberger - CppCon 2024

C++ Weekly - Ep 501 - Does C++26 Solve the constexpr Problem?

C++ Weekly - Ep 501 - Does C++26 Solve the constexpr Problem?

C++ Tutorial: the factory design pattern

C++ Tutorial: the factory design pattern

© 2025 dtub. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: infodtube@gmail.com