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
can we use include<conio.h> instead of using namespace std ???
c++
1 Voto
12 Respostas
5th Jun 2018, 1:43 PM
Gagan pandey
is it necessary to include using namespace std
c++
variables
0 Voto
6 Respostas
14th Jul 2016, 4:33 PM
Harsha K J
Isn’t doing “Using namespace std” a bad practice?
c++,
namespace
1 Voto
3 Respostas
13th Jun 2018, 9:54 PM
Artem Katerynych
What is "using namespace std" is doing?
c++
2 Votos
2 Respostas
28th Sep 2016, 2:01 PM
Cesar Ricardo
What can be replaced with using namespace std;
c++
0 Voto
3 Respostas
25th Aug 2020, 3:36 PM
Titi Yuri
How to include certain functions without importing the whole namespace
c++
1 Voto
9 Respostas
6th Oct 2021, 8:09 AM
Tim
what is namespace std used in programs??
c++
0 Voto
3 Respostas
16th Jul 2016, 5:03 PM
MANJULA L
Why using namespace is used in c++
c++
0 Voto
2 Respostas
7th Aug 2018, 5:38 PM
Shreyas Ambhaikar
Why we must use using namespace std;
c++
0 Voto
3 Respostas
30th Oct 2016, 2:04 PM
HEMANTH KUAMR
What is using namespace std; ???
c++
0 Voto
1 Resposta
25th Sep 2016, 5:56 AM
GameaTron -Z
Same Artifact Name, Different Namespace Qualifiers
Artifact
c++
Namespace
0 Voto
1 Resposta
3rd Dec 2016, 5:02 PM
Bryan Isles
why using namespace public declaration ?
c
0 Voto
1 Resposta
12th Jun 2017, 6:13 PM
Ratana Sean Chan
What is a namespace in C++?
c++
namespaces
0 Voto
1 Resposta
18th Nov 2016, 8:53 PM
Mark A. Bromuela
For the namespace can you put anything there
c#
namespaces
0 Voto
3 Respostas
26th Sep 2020, 11:39 AM
KingZord
Why elements defined in a namespace only can be explicitly declared as public?
encapsulation
Namespace
private
public
41 Votos
4 Respostas
28th Nov 2017, 4:51 AM
Adi Pratama
What i have to write in namespace
c++
0 Voto
2 Respostas
26th Sep 2019, 2:11 AM
cool Yash Nicolus
What is a namespace in python actually?
namespaces
python
python3
0 Voto
1 Resposta
25th May 2019, 3:04 PM
Andrian
What is "using namespace std" in c++
c++
1 Voto
2 Respostas
13th Apr 2017, 7:28 PM
Aytac
What is different? "Using" in and out my namespace
c#
Namespace
Using
1 Voto
7 Respostas
22nd Aug 2017, 11:57 AM
Kacper Piotrowski
I am a new learner want to become a programmer so what language (computer) should I learn
namespace
-3 Votos
6 Respostas
28th May 2021, 9:23 AM
Rao Iftikhar
This is kinda bugging me "using namespace std;"
c++
introduction
namespace
oop
0 Voto
3 Respostas
8th Sep 2022, 1:53 PM
Humza Ali
Why we dont use iostream.h?
namespace
0 Voto
4 Respostas
24th Sep 2020, 3:21 PM
Sunil Hansda
Why do we use "using namespace "and finally "return 0"
namespace
return0
std
using
4 Votos
2 Respostas
29th Aug 2018, 3:35 PM
Shashidhar Pai B
How many namespace in used one program? so please tell me.
c++
programming
4 Votos
3 Respostas
4th Apr 2019, 11:39 AM
Sandeep
What is the purpose of namespace before main function???
c++
variables
0 Voto
7 Respostas
2nd Nov 2016, 3:10 AM
Nav Eed
Why do we add using namespace std in c++ code?
Namespace
std
Using
5 Votos
3 Respostas
6th Dec 2017, 12:43 AM
mythio
Is namespace a directory for the computer to use?
c++
0 Voto
3 Respostas
1st Feb 2019, 2:33 AM
Dominic Alexander Vanorden
What is namespace in HTML?????? Any defn available here???
namespaces
0 Voto
4 Respostas
26th Nov 2019, 5:30 AM
Gayathri. V
Why is 'using namespace std's used in c++?
coding
programming
0 Voto
2 Respostas
2nd Oct 2020, 6:54 PM
Asfad Ahmed
Is it necessary to write using namespace std ?
c++
2 Votos
2 Respostas
26th Aug 2018, 7:11 AM
Vaishnavi Rajkumar Pawar
What is redefinition int main() in C++
namespace
0 Voto
3 Respostas
24th Nov 2021, 12:40 PM
Nidhi Agrahari
What is the importance of namespace std in c++
namespace
1 Voto
3 Respostas
30th Apr 2021, 9:41 AM
Sampaul Jose
Good practice std::cout or cout including namespace std?
c++
code
help
practice
0 Voto
2 Respostas
12th Dec 2019, 7:01 AM
Kevin Nisbet
What is the difference between namespace and class in C#?
c#
class
namespace
4 Votos
2 Respostas
25th Apr 2018, 3:01 PM
Masoud Rabiee
Name space
namespace
1 Voto
3 Respostas
3rd Dec 2020, 6:30 AM
SAHIL
What does mean by entry point of c++?
namespace
0 Voto
2 Respostas
24th Oct 2020, 6:24 AM
SATYA PRAKASH BEHERA
Why we can't use using namespace std; in turbo C++ 4.0 compiler
c++
-1 Voto
19 Respostas
1st Jul 2017, 1:07 PM
zoufisha khan
Why is "using namespace std" considered as bad practice?
c++
1 Voto
4 Respostas
25th Jun 2017, 8:05 AM
ANAM NAUSHAD
What is the problem with using namespace std.
c++
Namespace
std
1 Voto
2 Respostas
29th Nov 2017, 11:34 AM
Light
#include <iostream> using namespace std; int main() { cout << "Hello world!"; return 0; }
c++
-2 Votos
17 Respostas
2nd Oct 2019, 7:54 AM
Tushit Sharma 24 CODER
Why people don’t always use « using namespace std »?
c++
cpp
question
0 Voto
3 Respostas
14th Aug 2018, 8:54 PM
Zbouby
Is it good practice to use "using namespace std"
c++
cpp
language
programming
sololearn
0 Voto
2 Respostas
18th Jan 2021, 10:07 AM
Giriraj Yalpalwar
What is namespace?
namespace
-1 Voto
2 Respostas
19th Feb 2021, 5:36 AM
Dipen Shrestha
What i put in the space... _____ namespace std;
tuples
0 Voto
5 Respostas
23rd Jul 2017, 3:14 PM
Nour Assoud
what does using namespace std do? elaborate each and everything
c++
0 Voto
7 Respostas
6th Aug 2016, 11:50 AM
Rajat Gupta
For what purpose" using namespace std " is used?
#c++
0 Voto
4 Respostas
21st Mar 2017, 9:33 AM
Arjit Ahlawat
Por que no hay explicaciones en español?
namespace
0 Voto
4 Respostas
3rd Jan 2021, 12:38 PM
Sarwin Futurama
Is it necessary to use " using namespace std; "?
c++
1 Voto
3 Respostas
25th Aug 2019, 2:31 PM
Sanjaya Acharya
can I use void main() instead of using namespace std
c++
cout
3 Votos
5 Respostas
31st Jul 2016, 5:31 AM
Eyuwankg Swankg
#include<iostream> using namespace std; int main() { int a=7,b=1; if(a=8||b==5) {cout<<a*b<<a<<b;} cout<<" "<<a;
c++
1 Voto
11 Respostas
23rd Mar 2021, 3:14 PM
san sheva S
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
2
3
4
...
9
Próximo >
Quente hoje
Help me learn codeing
2 Votes
Django server hosting
1 Votes
Pointers in C, C++, and C#: Essential for Performance or Productivity Blockers?
2 Votes
Easy one !!!
0 Votes
How to create calculator
2 Votes
Why HTML and css not connec? I am has used code <link , but dosn't work
1 Votes
I want advice!!!
0 Votes
i am 16 yrs student from india . i learnt c language. now i want to learn further . what should i do ?
1 Votes
What's the difference between variable declaration in JavaScript?!
0 Votes
pychromecast - how to get started?
2 Votes