Introduction to C++ Namespace | CPP Programming Video Tutorial

preview_player
Показать описание
This c++ Video tutorial introduces you to namespaces in cpp programming.

You are gonna learn what is a namespace, why we have to use it, how to declare it, how to access the members defined in it in detail with example.

Learn Programming in HINDI at our youtube channel

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

the clearest introduction on the namespace of C++ :)

蒋东阳
Автор

This is one of the best explanation of the namespace available on namespace
hats off for this guy and the hardwork that he did to produce such an amazing explanation .

praveen
Автор

Dear Sir/ Madam/ Team, thank you so much for explaining this to the world in a way that even a child can understand. Kudos to your time and effort. My best wishes to you and everyone involved. Cheers.

ubuntuubuntu
Автор

Guys, if you are in the Xcode environment, you have to change file_one.cpp and file_two.cpp to file_one.h and file_two.h cause Xcode won't let you include a ".cpp" file.Hope that helps!

patrickren
Автор

great explanation I understand this concept clearly now. It was a little hard to read the code because it looked a little cluttered it would be nice if space/tabs were used to make it a little more readable.

sparks
Автор

Thank you Sir. You solved my confusion. Love you from 🇵🇰

Muhammad_Shoukat
Автор

Clear and concise, and with examples. Excellent work Anil, thanks for the share.

alexmoore
Автор

This is the best explanation I've found!!! Thank you man!

IreshDissanayakaM
Автор

very good vid
I am the beginner and I understood it all
Also it will be better If u prepare code before recording the lesson. It will be the same information for less time

Marselmarsemars
Автор

Thank you. A wonderfully precise and clear explanation.

sadimannan
Автор

Dude. Thanks a lot. Such a simple and to the point explanation.

marvel
Автор

I logged in just to like this video. Thanks!

sanjit
Автор

Lovely dude, , , really greatly videos.

pakvirtualaccademy
Автор

Thanks, this was really helpful and well explained :)

andrewsgunn
Автор

Thank you buddy that was killing me but i finally understand! Thanks!

Martin-wzrm
Автор

Which Software you used for this....
Is compiler of is support datatype like
Thanks ...

SandeepSharma-kfei
Автор

Thank you so much ! Great explanation :) (Y)

intentionalvideos
Автор

In VisualStudio (2013) you got to use headers ;)

spdx
Автор

@LearningLad how to solve the problem of display if it is mentioned in both namespaces and both namespaces are being implemented in the same program

roshanjha
Автор

can we use using namespace any where inside program .i mean here you r using inside main() can we use even outside main also??

deepthimurcharla