Namespaces in C++

preview_player
Показать описание


Thank you to the following Patreon supporters:
- Dominic Pace
- Kevin Gregory Agwaze
- Sébastien Bervoets
- Tobias Humig
- Peter Siegmund
- Kerem Demirer

Gear I use:
-----------------

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

The "::" is called the scope resolution operator.

katlehokomeke
Автор

Hi cherno
I would love to watch your explanations for design patterns in c++

yabastacode
Автор

The best explanation of Namespaces I've found so far!!
Thanks a lot Cherno!!!

Archdemon
Автор

you are incredible. you make hard to understand topics so much easyer to learn … thank you

leontwsn
Автор

Thank you for this video. I am studying this now in university. It makes more sense now that I understand why you would use it

reneerichards
Автор

Cherno's hand gesture in the beginning of his vids is literally something out of a videogame. The movement is so smooth.

iluvassembly
Автор

Thank you for the great videos. This is my first day watching your videos. And i love your explanations! And for some reason, the videos you made are so easy to watch! 12mins video ended quickly as if it was a 3minutes vid.

degrees
Автор

You are such good teacher! Loved the vid

joaovitormoreiradias
Автор

This was explained so simply, thanks much!

mezzanine
Автор

@7:17 below my mind! That's the exactly answers to some of my questions regarding using namespace in C++;
Thank you Cherno!
You are extraordinary amazing!

thestarinthesky_
Автор

This is awesome, cleared up a lot for me!

nikosroom
Автор

Thanks for uploading :D new content <3

susiana
Автор

I would love to watch TheCherno's explanations on data structures :)

tsvetomirdenchev
Автор

Thanks for the video, it help me understand what namespaces are. Well explained

bobspianosbffl
Автор

Thank you for the concise explanation!!!

LunaFlahy
Автор

I would have loved to hear something about anonymous namespaces . But nice video anyway ;)

Skissouille
Автор

Wait, so if you think about it, namespaces are used to avoid name conflicts, and "using namespace" is an intruction to remove that namespace, but you may have name conflicts again, since the functions in that namespace no longer have an id, so "using namespace" is actually like losing the point of namespaces

helpfulsquid
Автор

Constantly waiting for the dude to accidentally smack that cactus with the back of his hand.

GrantSR
Автор

In C++ 17 you can nest like this: namespace orange::apple::fruit etc. (It's my favourite feature.)

eric
Автор

"Back in the days of C". Me, a C Developer: 😢

dukathneu