arun_354
0
Newbie Poster
Recommended Answers
Jump to Posthttp://siddhant3s.googlepages.com/how_to_tell_rusted_cpp.html#SECTION00044000000000000000
That link is really opinionated.
using namespace std;
says that every name in the std namespace is available without having to prefix it withstd::
.using std::{name};
says that only the specified name is available without a …
All 3 Replies
mvmalderen
2,072
Postaholic
Tom Gunn
1,164
Practically a Master Poster
Nick Evan
commented:
Solid advice IMO
+19
Ancient Dragon
commented:
great explanation :)
+36
mvmalderen
commented:
Excellent!
+10
siddhant3s
commented:
Well explained
+14
StuXYZ
commented:
Good post
+5
Azurea
commented:
Awesome explanation! Thanks!
+2
u8sand
68
Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.