Hey guys what is "name type" ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hey guys what is "name type" ?

25th Jul 2017, 1:58 PM
RahulShukla
RahulShukla - avatar
14 Answers
+ 9
Are you sure you typed 'using namespace std' correctly. Next time, please include your entire code. How else are we going to help you without your code.
25th Jul 2017, 2:13 PM
Hatsy Rei
Hatsy Rei - avatar
+ 2
what's your question?? it's too confusing
25th Jul 2017, 2:07 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
+ 2
#include <iostream > Using namespace std ; Int main () { Cout<<"this is my first program "; Return 0 ; }
25th Jul 2017, 2:17 PM
RahulShukla
RahulShukla - avatar
+ 2
Ok¡ thanks to all of you for helping me
25th Jul 2017, 2:20 PM
RahulShukla
RahulShukla - avatar
+ 1
Please answer
25th Jul 2017, 1:58 PM
RahulShukla
RahulShukla - avatar
+ 1
name type?
25th Jul 2017, 2:09 PM
Sreejith P
Sreejith P - avatar
+ 1
I had maked a program, after making when i was trying to compile it, "using" is not a comsidered as namespace esa answer aa raha tha
25th Jul 2017, 2:11 PM
RahulShukla
RahulShukla - avatar
+ 1
Reply
25th Jul 2017, 2:11 PM
RahulShukla
RahulShukla - avatar
+ 1
Yup
25th Jul 2017, 2:13 PM
RahulShukla
RahulShukla - avatar
+ 1
Y
25th Jul 2017, 2:13 PM
RahulShukla
RahulShukla - avatar
+ 1
can you write that code
25th Jul 2017, 2:14 PM
Sreejith P
Sreejith P - avatar
+ 1
Y not
25th Jul 2017, 2:14 PM
RahulShukla
RahulShukla - avatar
+ 1
#include<iostream> using namespace std; int main() { cout<<"sololearn is an amazing app"; return 0 ; }
25th Jul 2017, 2:18 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
+ 1
//hope this code helps you #include <iostream> using namespace std; int main() { cout<<"this is my first program"; return 0; } don't use upper case letter... I think that's the only error ...
3rd Aug 2017, 4:03 PM
Sreejith P
Sreejith P - avatar