+ 11
Namespace
If I could ask a question, why does sololearn not teach about namespaces in C++? They only teach about (using namespace std). I have a belief that that is a very important topic. Or?
25 Respuestas
+ 33
Your right,there's lots of things that aren't covered in sololearn.I think they don't want to go too deep into a language coz it could get too long or confusing for beginners.
+ 14
Sololearn courses can't teach about all details of a language, they would be very very long.
I think most programmers won't have to work with namespaces unless they work on a really large project.
+ 8
you are sure namespace is very important here a very good resource for that topic if you want
https://www.geeksforgeeks.org/namespace-in-c/amp/
+ 5
Quien sabe de funciones y arreglos
+ 3
سلااااام
+ 2
Bro which linux is best for hacking expeat kali Linux?
+ 2
Using name space std is very important part in each c++ application. For example one of the things that namespace does its to check all of the variables and scripts to see if they are suitable and usable in your application or no.
+ 1
Ok
+ 1
beacause namespace in c++ is easily to you to recognize if you understand the namespace std
+ 1
Using namespace
+ 1
I think namespace is a additional feature in c++ which is not included in c by dennis rechie
+ 1
MAYUR SAYARI Some functions, data types, objects are grouped in so called namespaces. For example, cout, cin and vector are in namespace called std.
You would need to use std::cout to refer to them. This is long and to avoid it, you declare using namespace std; and don't need to write std:: again
+ 1
You can check by clicking words underlined, the meanings of words have been showed
0
Hola 👋
0
Guys I don't understand C++ very well but I don't know why
0
Hi Akbar Ali,
Kali Linux is the best choice for you
0
Anyone can tell me meaning of using namespace std; in simple words?
0
Lmao
0
What is the importance of namespace in c++?
0
Hi