Namespace | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

9th Nov 2018, 6:16 AM
Job K
Job K - avatar
25 Answers
+ 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.
9th Nov 2018, 7:07 AM
Mensch
Mensch - avatar
+ 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.
9th Nov 2018, 3:11 PM
michal
+ 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/
9th Nov 2018, 8:37 PM
Mousa Abbas
Mousa Abbas - avatar
+ 5
Quien sabe de funciones y arreglos
4th Dec 2020, 7:48 PM
jose RTs
jose RTs - avatar
+ 3
سلااااام
31st Dec 2020, 9:26 AM
کیانا اعلمی
کیانا اعلمی - avatar
+ 2
Bro which linux is best for hacking expeat kali Linux?
8th Dec 2020, 2:58 AM
Akbar ali
Akbar ali - avatar
+ 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.
25th Feb 2021, 4:01 PM
Amirhossein Hadavand
Amirhossein Hadavand - avatar
+ 1
Ok
25th Oct 2020, 2:06 PM
Sukron Hidayat
Sukron Hidayat - avatar
+ 1
beacause namespace in c++ is easily to you to recognize if you understand the namespace std
26th Oct 2020, 3:11 AM
Paul Paris Pacantara
Paul Paris Pacantara - avatar
+ 1
Using namespace
14th Nov 2020, 9:17 PM
Amr ahmed
Amr ahmed - avatar
+ 1
I think namespace is a additional feature in c++ which is not included in c by dennis rechie
15th Nov 2020, 5:31 PM
Tarun Gupta
+ 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
1st Mar 2021, 1:38 PM
michal
+ 1
You can check by clicking words underlined, the meanings of words have been showed
22nd Sep 2021, 12:48 PM
Crazy drago hacker
Crazy drago hacker - avatar
0
Hola 👋
4th Dec 2020, 11:50 AM
Victor Rivaul Maquera
Victor Rivaul Maquera - avatar
0
Guys I don't understand C++ very well but I don't know why
18th Dec 2020, 2:19 PM
Shaxzod Polvonov
Shaxzod Polvonov - avatar
0
Hi Akbar Ali, Kali Linux is the best choice for you
25th Feb 2021, 4:03 PM
Amirhossein Hadavand
Amirhossein Hadavand - avatar
0
Anyone can tell me meaning of using namespace std; in simple words?
1st Mar 2021, 11:25 AM
MAYUR SAYARI
MAYUR SAYARI - avatar
0
Lmao
7th Apr 2021, 3:23 PM
RIP VIP
RIP VIP - avatar
0
What is the importance of namespace in c++?
30th Apr 2021, 9:39 AM
Sampaul Jose
Sampaul Jose - avatar
0
Hi
12th Aug 2021, 9:09 PM
BAD. BOY