The Visitor Pattern - Programming Design Patterns - Ep 12 - C++ Coding

preview_player
Показать описание
Patrons help this channel go round and keep creating. If you don't like patreon but still would like to support regularly, you can do a similar subscription via the YouTube Join, or through Github's sponsor button.

This is were I most the majority of the code seen on the channel.

We have a Discord! We welcome all various code and tech chatter.

I stream code and/or gaming every Thursday! I also randomly stream a time or two throughout most weeks
Рекомендации по теме
Комментарии
Автор

That's really neat and I've never seen this pattern before. Keep on rocking this series and it's hard to believe it's 12 episodes so far already... WOW!!!

reverse_shell
Автор

i just started watch you cmake videos and they seems really good, thanks for tutorials man.

aytuncdemir
Автор

Traditional version, but have you seen it with std::variant instead of all the double dispatch?

eyesopen
Автор

First!Thanks for the tutorial. A quick question though, is it preferable to use smart pointers in this case?

broccoli
Автор

hi! is it possible for the Visitor and Components to be declared in separate files?

hazeltan