+ 11
C plus plus
I prefer using namespace std; Than using std::cout , in every line of code Which one is good for better and nice code please need help
10 Antworten
+ 6
The video is kind of advance but the way you explained it I understand thank you for your time and consideration
+ 5
Well those are not mine videos I just watch them to learn too 😁
+ 3
Watch those two and you'll know what are namespaces and why you shouldn't use 'using namespace std'
https://m.youtube.com/watch?v=ts1Eek5w7ZA
https://m.youtube.com/watch?v=4NYC-VU-svE
+ 3
Hi @karim
+ 2
using namespace is cleaner. also look into alias i think you will benefit from that utility.
+ 2
using "using namespace std;" is better
+ 2
I see a lot of "using namespace std is better" but according to pros, it isn't, like @nAutAxH AhmAd said. I think it's because it can confuse the compiler sometimes. But honestly, I'm still comfortable with "using namespace std".
+ 2
Thanks
+ 1
Hello my name is karim