C++ From Scratch: Namespaces

preview_player
Показать описание
In this video we learn about the basics of namespaces in C++!

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

Hey Nick, your videos and your knowledge are increadible. Today I watched all your C++ videos. Do you have plan of make a video series about CMakelists usage? Adding third party libraries to a project can turn into nightmare, cheers.

hamzaarslan
Автор

I’m really enjoying the videos, thanks👍

robnicolaides
Автор

Very nice, though it would be nice if this was extended just a bit to include nested namespaces; and maybe using the namesspaces of thirdparty libraries(or how do you know their namespaces).

mytech
Автор

And never do "using namespace std;".

anon_y_mousse