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
What is the purpose of namespace before main function???
c++
1 Voto
4 Respostas
17th Dec 2016, 4:21 AM
Arzed Ali
(C# HELP) Keeps Saying Namespace is not found
assignment
c#
coding
0 Voto
2 Respostas
2nd Dec 2018, 8:24 PM
SaiyanWarrior15
Why we are using ' using namespace std; in program?
c++
2 Votos
5 Respostas
21st Oct 2016, 5:07 PM
Adarsh Kamal
what is the use of -> using namespace std;
data-types
0 Voto
2 Respostas
9th Aug 2019, 2:14 PM
Saurav Kumar
What is the difference between #include<iostream> and using namespace std??
c++
0 Voto
2 Respostas
8th Jul 2021, 3:28 PM
LazyCat😼
What is the use of using namespace std in cpp?
cpp
0 Voto
4 Respostas
17th Sep 2020, 9:34 AM
Ajay S
Can you Plz explain this stmnt "using namespace std;".
c++
1 Voto
3 Respostas
4th Nov 2016, 5:29 AM
Jaydeep Galani
Can anyone explain the use of namespace in C++?
c++
header
namespaces
1 Voto
1 Resposta
30th Mar 2018, 5:42 AM
Arpit Omprakash
#include <iostream> using namespace std; int main() { cout << "Hello world!"; return 9; }
micheal
2 Votos
6 Respostas
2nd Nov 2018, 6:51 AM
D ̲E ̲S ̲S ̲I ̲E ̲- ̲B ̲A ̲H ̲I ̲R ̲U ̲
What is the relationship between #include<iostream> and using namespace std ?
#header
#include
#iostrem
#namespace
#std
#using
6 Votos
4 Respostas
12th Mar 2017, 11:19 PM
AZTECCO
What is the mean of ' using namespace std ; ' ?
c++
ia
meaning
of
the
what
7 Votos
6 Respostas
20th Oct 2016, 9:33 AM
{ sood(Hemant , Prakash); }
Design a program that ask user to enter monthly costs on rental payment ,water bill. It should show monthly total monthly cost.
namespace
0 Voto
2 Respostas
30th Nov 2020, 7:05 PM
Hannes Galero
#include <iostream> using namespace std; int main() { int a=0,u=0; u=(a) * ++a; cout<<u; }
c++
rocks
3 Votos
12 Respostas
12th Sep 2018, 5:50 PM
Arun
#include <iostream> using namespace std; what is use ?
namespace
-1 Voto
2 Respostas
5th Oct 2020, 7:21 AM
Ganesh Nanaso Rupnawar
Write a problem in C++ to create a scientific calculator by using class.
namespace
0 Voto
2 Respostas
15th Jan 2021, 9:14 AM
Md Danish
What is the work of using namespace std???
namespace
std
using
0 Voto
1 Resposta
26th Sep 2018, 7:28 PM
bin
How can we write without using using namespace std
1
0 Voto
2 Respostas
27th Sep 2018, 7:40 PM
manoj hunachigi
Why should we use "using namespace std:"? Is it necessary
c++
1 Voto
3 Respostas
24th Jul 2018, 11:50 AM
Adhyuth Narayan
What is using namespace std. I didn't understood it
c++
0 Voto
3 Respostas
24th Nov 2017, 7:56 AM
Aryan Jaiswal
how to create an array directly inside namespace(without declaring a class)
namespace
0 Voto
1 Resposta
25th Jan 2019, 8:10 AM
omar omar
is it imp to use using namespace plz reply
c++
0 Voto
3 Respostas
3rd Oct 2016, 5:23 PM
Manisha Patil
Is it mandatory to use namespace std ?
c++
-2 Votos
2 Respostas
15th Sep 2017, 4:55 AM
Sierria Roy
So in a way, is namespace a class?
c++
0 Voto
1 Resposta
28th Jul 2016, 12:00 PM
Goitse
Initialize a matrix
namespace
0 Voto
1 Resposta
5th Dec 2020, 10:13 PM
Cris De Lynch
Can we execute a program without using namespace std and return?
c++
2 Votos
4 Respostas
13th Jul 2017, 10:01 AM
Ani Roh
Is it bad to write "using namespace std" and if so why?
c++
3 Votos
5 Respostas
12th Feb 2019, 10:40 PM
Marie
#include <iostream> using namespace std; int main() { int x=~1; cout<<x; }
1
0 Voto
7 Respostas
13th Jan 2017, 9:17 AM
Hisani msigwa
Why do some people use std:: everywhere instead of using namespace std?
c++
code
Namespace
readability
6 Votos
2 Respostas
8th Feb 2017, 6:01 AM
Vishal++
Why we use using namespace std instead of conio.h
c++
variables
0 Voto
2 Respostas
2nd Dec 2016, 1:17 PM
Mayank Bhatwadekar
Using namespace std; for what it is use? I can't get it.
c++
2 Votos
3 Respostas
20th Jun 2019, 5:59 PM
Poonam Patil
Как быстро выучить c++язык програмированя
namespace
0 Voto
1 Resposta
26th Nov 2020, 9:28 PM
Skill_Xxx_gg_dimas_Skill
why we use using namespace std in a program
c++
0 Voto
2 Respostas
2nd Oct 2016, 11:41 AM
faisal
A noob question: "but what is that namespace thing?"
c++
0 Voto
2 Respostas
20th Sep 2016, 11:57 AM
Rasto Rusnacko
What if we don't use "using namespace std".. Error occurs yea. But i want to know why.
Namespace
0 Voto
2 Respostas
31st Jan 2018, 7:24 PM
saurabh kumar
can we use #include<conio.h> instead of using namespace std;
c++
0 Voto
2 Respostas
14th Oct 2017, 2:15 PM
sidharth pv
How many types of namespace are there in c++
c++
0 Voto
2 Respostas
29th Nov 2017, 8:31 AM
Richmond Owusu Wiafe
#include<iostream> using namespace std; void menu(){ cout<<"*******MENU*******"<<endl; cout<<"1.check balance"<<endl; cout<<"2.d
0 Voto
1 Resposta
29th Mar 2023, 9:26 PM
baton ndegeulaya
Hey friends please explain me how namespace works in this below code?
c++
is
it
2 Votos
2 Respostas
14th Sep 2018, 7:18 AM
Albert Whittaker :Shaken To Code
Can someone explain me what does the "Type or namespace definition, or end-of-file expected" error mean please.
error
1 Voto
20 Respostas
30th May 2019, 5:43 PM
Kurumi YT
сколько нужно прогать чтобы стать сеньором
namespace
-1 Voto
1 Resposta
18th May 2021, 6:07 AM
Руслан Нажмутдинов
¿Programa para ejecutar error absoluto, error relativo y error relativo porcentual?
namespace
-1 Voto
1 Resposta
17th Sep 2021, 6:51 PM
Brandon Alexis Bahena Franco
#include <iostream> using namespace std; int main() { int x=5 , y=6; if (++x>4 ||++y<8) { cout <<x<<y<<endl;
c++
3 Votos
6 Respostas
16th Aug 2018, 11:46 AM
Jakhongir
What is the signification of : using namespace std ; ???? Plz
c++
functions
1 Voto
5 Respostas
28th Nov 2016, 11:49 AM
five stars
Why It is necessary to add namespace in this app?
c#
operators
-1 Voto
3 Respostas
13th Jul 2016, 3:01 PM
Ashraf Choudhary
#include <iostream> using namespace std; int main() { int a=10,b; b=++a+(++a); cout<<b; return 0; }
c++
increment
5 Votos
9 Respostas
28th Aug 2017, 1:07 PM
Rishabh Rai
#include <iostream> using namespace std; int main () { int op,units,pay; cout<<"\n erter youer units\n"; cin>>units
c++
2 Votos
8 Respostas
23rd Jul 2018, 3:49 PM
Mohamed Azeem
Is it compulsory to use "using namespace std" in new version !??
c++
2 Votos
3 Respostas
21st Feb 2017, 9:49 AM
Ruchita Shah
Which one is best to use namespace std or conio.h..??
c++
0 Voto
2 Respostas
4th Aug 2017, 9:28 AM
Hacker
What is the use of 'using namespace std' in c++ ??
c++
0 Voto
3 Respostas
2nd Sep 2017, 7:02 PM
Piyush Sikariya
#include<iostream> using namespace std; int main() { int a=10,b=20,sum=a+b; a=5; cout<<"The sum is\n"<< sum << endl;
c++
variables
9 Votos
8 Respostas
1st May 2017, 12:59 AM
MUʜAMMED ɪʟʟYAS
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
3
4
5
...
9
Próximo >
Quente hoje
can’t add boundaries need help
1 Votes
Fix my code
0 Votes
May i ask what IT job path is not easily replaced by AI?
0 Votes
I want to learn Android app development with Java and xml
1 Votes
Syntax error. WHERE!?
0 Votes
Solutions to challenges
0 Votes
Help me with Console.ReadLine()
2 Votes
Optimizing Python Performance for Data Science on Intel Evo Laptops
0 Votes
What is the output? How does it work mechanism? For Your Information:
1 Votes
How do post an online game free to download or a web page
0 Votes