C++ Weekly - Ep 351 - Your 5 Step Plan For Deeper C++ Knowledge

preview_player
Показать описание
☟☟ Awesome T-Shirts! Sponsors! Books! ☟☟

T-SHIRTS AVAILABLE!

WANT MORE JASON?

SUPPORT THE CHANNEL

GET INVOLVED

JASON'S BOOKS

► C++23 Best Practices

► C++ Best Practices

JASON'S PUZZLE BOOKS

► Object Lifetime Puzzlers Book 1

► Object Lifetime Puzzlers Book 2

► Object Lifetime Puzzlers Book 3

► Copy and Reference Puzzlers Book 1

► Copy and Reference Puzzlers Book 2

► Copy and Reference Puzzlers Book 3

► OpCode Puzzlers Book 1


RECOMMENDED BOOKS

AWESOME PROJECTS

O'Reilly VIDEOS

Рекомендации по теме
Комментарии
Автор

I leant all important features and meta programming by implementing a json library in c++11

dekadebashish
Автор

Although my English is not good, but I still like this video, I am also trying to learn C++, thank you

范默-mj
Автор

related to this topic is the article I reference from time to time, and send to many ppl: 'Tutorial: When to Write Which Special Member' by Jonathan Müller

frydac
Автор

Thanks for your videos. Just bought a couple of the puzzle books.

fennecfox
Автор

Great guideline! I wish I have fun too

TestDrivenDeveloper
Автор

Implementing std::function would be easier if you could create and assign to variables of type `void`. I think Vittorio Romeo had some proposal about it few years back. Also propagating costness/non-constness is tedious (+volatility of course, but first rule of volatile is that we don't talk about volatile).

MarekKnapek