Corsi
Accedi
Inizia a imparare l'IA
Corsi
Accedi
Inizia a imparare l'IA
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
Es necesario using namespace std?
c++
1 Voto
1 Risposta
16th Apr 2019, 1:43 AM
Renekton
What is work of namespace
namespaces
1 Voto
1 Risposta
11th Oct 2019, 4:37 PM
RAhul Gupta
What is namespace std?
c++
0 Voti
1 Risposta
26th Apr 2017, 4:22 PM
aaaaa
where the namespace function runs?
c++
functions
1 Voto
3 Risposte
22nd Jul 2016, 4:41 PM
Muvva Joseph Aravind
What is using namespace std;
namespaces
std
using
-1 Voto
2 Risposte
7th Aug 2019, 2:22 PM
Fizzy Movies
Why is it not advisable to write "using namespace std"?
c++
cpp
namespace
std
using
9 Voti
25 Risposte
18th Feb 2019, 12:52 PM
Abhishek Tandon
no using the using namespace std;
mh
0 Voti
3 Risposte
4th Sep 2020, 1:44 AM
JRAMAHES
Can namespace std be replaced??
c++
1 Voto
2 Risposte
4th Aug 2016, 10:56 AM
Prabhat Chandra Dwivedi
What is namespace and it's use ?
help
4 Voti
2 Risposte
17th Apr 2019, 8:10 AM
Devesh Pandey
Why we are using namespace ?
c++
1 Voto
5 Risposte
28th Jul 2017, 11:05 AM
Ruchika
Difference between #include<conio.h> and using namespace std...
c++
4 Voti
4 Risposte
12th May 2017, 1:54 AM
Gourav Singh
What is integer value in c++
namespace
2 Voti
15 Risposte
4th Aug 2021, 5:19 AM
Sanjana Sinha
Difference between#include<stdio.h> and namespace std;
c++
variables
0 Voti
1 Risposta
28th Nov 2016, 5:50 PM
Valmik Varandani
Why namespace is used in C++?
c++
0 Voti
3 Risposte
4th Jun 2019, 5:46 PM
Mahi
Why do we use "using namespace std ;" in c++??
basics
c++
functions
oop
syntax
10 Voti
8 Risposte
29th May 2019, 3:12 PM
Akash Gupta
What is the use of namespace
html
namespace
0 Voti
3 Risposte
20th Jul 2019, 4:39 PM
Tanay Kopra
Is it ok to start with c++
namespace
3 Voti
9 Risposte
2nd Nov 2020, 12:54 PM
Atharva Bhore
What is for "using namespace std;" in C++?
c++
cpp
5 Voti
2 Risposte
23rd Jan 2021, 12:24 PM
Hrutik Bhalerao
C++ two headers with same namespace
c++
header
namespace
1 Voto
1 Risposta
3rd Jan 2021, 7:20 AM
Yousef Ady
What is a namespace in c++?
c++
2 Voti
2 Risposte
12th Jun 2017, 1:35 PM
Asif
namespace is the package or headerfile
c++
2 Voti
2 Risposte
30th Jul 2016, 11:22 AM
Mahantesh AT
What does "using namespace std" do? What do they really mean by standard namespace
c++
1 Voto
2 Risposte
4th Dec 2016, 7:28 PM
Shashwat Pandey
What is # use for
namespace
1 Voto
11 Risposte
9th Mar 2021, 6:47 AM
Mohammad mubeen
importance of "using namespace std" in C++
c++
0 Voti
3 Risposte
24th Aug 2020, 6:10 AM
Anjani priya Chennuri
Why using namespace std is essential?
namespace
std
using
0 Voti
2 Risposte
12th Oct 2018, 12:30 PM
prakhar pandey
Why is "using namespace std;" a bad practice?
namespace
std
using
2 Voti
5 Risposte
8th Mar 2019, 2:27 PM
Dylan Price
std:: vs using namespace std
c++
0 Voti
1 Risposta
23rd Oct 2016, 7:46 PM
Kristina Drobysh
What is the namespace used aprogram
c++
cout
2 Voti
2 Risposte
5th Feb 2018, 2:18 PM
Nabeel
Is "using namespace std;" considered bad?
c++
3 Voti
1 Risposta
19th Dec 2016, 11:48 AM
John Doe
what do namespace meant in C++?
c++
namespaces
1 Voto
2 Risposte
26th Jan 2018, 3:57 AM
himanshu kabra
What's the meaning of the namespace
c++
0 Voti
3 Risposte
29th Jul 2017, 11:37 PM
Abdul Haq
What is the use of namespace std?
c++
namespaces
2 Voti
4 Risposte
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 Risposte
2nd Feb 2020, 7:01 PM
ivy jepkirui
Why do most guys avoid using namespace std?
c++
std
5 Voti
2 Risposte
3rd Oct 2018, 11:12 AM
Moses Odhiambo
Why we use using namespace std;...?
c++
1 Voto
2 Risposte
24th Nov 2016, 4:13 PM
pia arora
Which is better conio.h or namespace std...?
c++
1 Voto
4 Risposte
5th Aug 2017, 4:12 PM
Puneet Rana
Why do we need to add namespace tag
c++
namespace
1 Voto
4 Risposte
12th Oct 2020, 4:34 AM
Bharadwaaja Kanakadandi
the meaning of namespace in c#
c#
1 Voto
1 Risposta
31st Aug 2016, 3:40 AM
Naw Ei Mya Thandar
Why are we use namespace in c++ ?
namespace
0 Voti
4 Risposte
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 Voti
3 Risposte
1st Jan 2016, 1:53 AM
sivasaiprakash
what is "using namespace std" in cpp
c++
3 Voti
2 Risposte
30th Mar 2017, 3:23 PM
shivajiuser@
Could someone tell me what's wrong in this code?
namespace
0 Voti
6 Risposte
23rd Nov 2020, 7:43 AM
Priyesh
What is the meaning of using namespace in iostream library??
c++
11 Voti
2 Risposte
24th Jun 2019, 4:22 PM
vikram Kumar
why we use using namespace std;
c++
0 Voti
2 Risposte
13th Jul 2016, 3:52 PM
id id
why using the using namespace std;
c++
0 Voti
2 Risposte
17th Sep 2016, 2:34 PM
mohammed mustafa
What is using namespace std; in c++
c++
namespaces
1 Voto
2 Risposte
15th Jul 2022, 9:27 AM
Vkd
Why we use namespace std; in c++?
c++
data-types
0 Voti
2 Risposte
4th May 2020, 9:16 PM
View My Project
why do we use using namespace std; ?
c++
2 Voti
5 Risposte
21st Jun 2016, 4:38 AM
Tushar Chetan
What is uses of namespace in c#?
c#
1 Voto
3 Risposte
20th Dec 2017, 4:58 PM
Nischal Kumar
can we use include<conio.h> instead of using namespace std ???
c++
1 Voto
12 Risposte
5th Jun 2018, 1:43 PM
Gagan pandey
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
< Precedente
1
2
3
...
9
Successivo >
Popolare oggi
Is it possible to convert .zip file to apk? If yes, how??
1 Votes
Pointers cpp
3 Votes
I think the heart system is ridiculous, 5 hearts that refill after like 5 hours? That is really just crazy to me.
1 Votes
Why can’t I use double “ in python?
0 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
0 Votes
Is pro worth the money ?
1 Votes
Coding for Cybersecurity
0 Votes
2 cases not correct what's the problem
1 Votes
Pointers in c#
0 Votes
Drawing images in java
2 Votes