0
Why we use std namespace
2 ответов
+ 8
Why don't you finish C++ Tutorial on SL? 👍
It is a container for a set of identifiers. It provide a level of direction to specific identifiers, thus making it possible to distinguish between identifiers with the same exact name. For example, a surname could be thought of as a namespace that makes it possible to distinguish people who have the same given name.
For further details:
https://www.geeksforgeeks.org/namespace-in-c/
+ 8
Hello, Welcome to SoloLearn! 😊
Please,
Use the search feature before posting as to reduce the number of duplicate threads in Q/A section!👍
https://www.sololearn.com/post/10362/?ref=app
Please, read our guidelines:
https://www.sololearn.com/discuss/1316935/?ref=app
An useful code for any new user here!;)
https://code.sololearn.com/WvG0MJq2dQ6y/