Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
Why we use std namespace
c++
0 Voto
2 Respostas
23rd Nov 2018, 6:23 PM
Riki Physic
Es necesario using namespace std?
c++
1 Voto
1 Resposta
16th Apr 2019, 1:43 AM
Renekton
What is work of namespace
namespaces
1 Voto
1 Resposta
11th Oct 2019, 4:37 PM
RAhul Gupta
What is namespace std?
c++
0 Voto
1 Resposta
26th Apr 2017, 4:22 PM
aaaaa
where the namespace function runs?
c++
functions
1 Voto
3 Respostas
22nd Jul 2016, 4:41 PM
Muvva Joseph Aravind
What is using namespace std;
namespaces
std
using
-1 Voto
2 Respostas
7th Aug 2019, 2:22 PM
Fizzy Movies
Why is it not advisable to write "using namespace std"?
c++
cpp
namespace
std
using
9 Votos
25 Respostas
18th Feb 2019, 12:52 PM
Abhishek Tandon
no using the using namespace std;
mh
0 Voto
3 Respostas
4th Sep 2020, 1:44 AM
JRAMAHES
Can namespace std be replaced??
c++
1 Voto
2 Respostas
4th Aug 2016, 10:56 AM
Prabhat Chandra Dwivedi
What is namespace and it's use ?
help
4 Votos
2 Respostas
17th Apr 2019, 8:10 AM
Devesh Pandey
Why we are using namespace ?
c++
1 Voto
5 Respostas
28th Jul 2017, 11:05 AM
Ruchika
What is integer value in c++
namespace
2 Votos
15 Respostas
4th Aug 2021, 5:19 AM
Sanjana Sinha
Difference between #include<conio.h> and using namespace std...
c++
4 Votos
4 Respostas
12th May 2017, 1:54 AM
Gourav Singh
Difference between#include<stdio.h> and namespace std;
c++
variables
0 Voto
1 Resposta
28th Nov 2016, 5:50 PM
Valmik Varandani
Why do we use "using namespace std ;" in c++??
basics
c++
functions
oop
syntax
10 Votos
8 Respostas
29th May 2019, 3:12 PM
Akash Gupta
Why namespace is used in C++?
c++
0 Voto
3 Respostas
4th Jun 2019, 5:46 PM
Mahi
What is the use of namespace
html
namespace
0 Voto
3 Respostas
20th Jul 2019, 4:39 PM
Tanay Kopra
What is for "using namespace std;" in C++?
c++
cpp
5 Votos
2 Respostas
23rd Jan 2021, 12:24 PM
Hrutik Bhalerao
Is it ok to start with c++
namespace
3 Votos
9 Respostas
2nd Nov 2020, 12:54 PM
Atharva Bhore
C++ two headers with same namespace
c++
header
namespace
1 Voto
1 Resposta
3rd Jan 2021, 7:20 AM
Yousef Ady
What is a namespace in c++?
c++
2 Votos
2 Respostas
12th Jun 2017, 1:35 PM
Asif
What does "using namespace std" do? What do they really mean by standard namespace
c++
1 Voto
2 Respostas
4th Dec 2016, 7:28 PM
Shashwat Pandey
namespace is the package or headerfile
c++
2 Votos
2 Respostas
30th Jul 2016, 11:22 AM
Mahantesh AT
What is # use for
namespace
1 Voto
11 Respostas
9th Mar 2021, 6:47 AM
Mohammad mubeen
importance of "using namespace std" in C++
c++
0 Voto
3 Respostas
24th Aug 2020, 6:10 AM
Anjani priya Chennuri
Why using namespace std is essential?
namespace
std
using
0 Voto
2 Respostas
12th Oct 2018, 12:30 PM
prakhar pandey
Why is "using namespace std;" a bad practice?
namespace
std
using
2 Votos
5 Respostas
8th Mar 2019, 2:27 PM
Dylan Price
std:: vs using namespace std
c++
0 Voto
1 Resposta
23rd Oct 2016, 7:46 PM
Kristina Drobysh
What is the namespace used aprogram
c++
cout
2 Votos
2 Respostas
5th Feb 2018, 2:18 PM
Nabeel
Is "using namespace std;" considered bad?
c++
3 Votos
1 Resposta
19th Dec 2016, 11:48 AM
John Doe
what do namespace meant in C++?
c++
namespaces
1 Voto
2 Respostas
26th Jan 2018, 3:57 AM
himanshu kabra
What's the meaning of the namespace
c++
0 Voto
3 Respostas
29th Jul 2017, 11:37 PM
Abdul Haq
What is the use of namespace std?
c++
namespaces
2 Votos
4 Respostas
23rd Jul 2016, 4:36 PM
Sanskar Jain
#include <iostream> #include <chrono> using namespace std; using namespace std::chrono; int main() { int arr1[10], i, j, temp;
cpp
1 Voto
4 Respostas
2nd Feb 2020, 7:01 PM
ivy jepkirui
Why do most guys avoid using namespace std?
c++
std
5 Votos
2 Respostas
3rd Oct 2018, 11:12 AM
Moses Odhiambo
Why we use using namespace std;...?
c++
1 Voto
2 Respostas
24th Nov 2016, 4:13 PM
pia arora
Which is better conio.h or namespace std...?
c++
1 Voto
4 Respostas
5th Aug 2017, 4:12 PM
Puneet Rana
Why do we need to add namespace tag
c++
namespace
1 Voto
4 Respostas
12th Oct 2020, 4:34 AM
Bharadwaaja Kanakadandi
the meaning of namespace in c#
c#
1 Voto
1 Resposta
31st Aug 2016, 3:40 AM
Naw Ei Mya Thandar
Why are we use namespace in c++ ?
namespace
0 Voto
4 Respostas
21st Jan 2021, 4:14 PM
Prö Ãrjùñ
hi guys can anyone tell me what is the use of namespace with an example and why only namespace std not namespace cout and how I know which type of namespace s are used writing an program?
c++
2 Votos
3 Respostas
1st Jan 2016, 1:53 AM
sivasaiprakash
what is "using namespace std" in cpp
c++
3 Votos
2 Respostas
30th Mar 2017, 3:23 PM
shivajiuser@
Could someone tell me what's wrong in this code?
namespace
0 Voto
6 Respostas
23rd Nov 2020, 7:43 AM
Priyesh
What is the meaning of using namespace in iostream library??
c++
11 Votos
2 Respostas
24th Jun 2019, 4:22 PM
vikram Kumar
What is using namespace std; in c++
c++
namespaces
1 Voto
2 Respostas
15th Jul 2022, 9:27 AM
Vkd
Why we use namespace std; in c++?
c++
data-types
0 Voto
2 Respostas
4th May 2020, 9:16 PM
View My Project
why we use using namespace std;
c++
0 Voto
2 Respostas
13th Jul 2016, 3:52 PM
id id
why using the using namespace std;
c++
0 Voto
2 Respostas
17th Sep 2016, 2:34 PM
mohammed mustafa
why do we use using namespace std; ?
c++
2 Votos
5 Respostas
21st Jun 2016, 4:38 AM
Tushar Chetan
What is uses of namespace in c#?
c#
1 Voto
3 Respostas
20th Dec 2017, 4:58 PM
Nischal Kumar
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
2
3
...
9
Próximo >
Quente hoje
What's wrong with this code ? ( Beginner)
3 Votes
Ejercicio Pytho
0 Votes
Please rate my code from 1 to 10
2 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Pig Latin
0 Votes
Square Roots
0 Votes
Write a program to find the strings are in isogram or not
0 Votes
Uuu
1 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
How to start
0 Votes