Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Newbie C++ Programmers

Name: Anonymous 2008-03-07 15:18

"Dev-C++ is useful for newish programmers who still use "using namespace std;" and the like. It is also clean, free of bloat and uses MinGW to compile."

What's wrong with 'using namespace std;'?

Name: Anonymous 2008-03-07 15:27

What's wrong with 'using namespace std;'?

It pollutes the global namespace. You're supposed to use the std:: prefix every time you use something from that namespace.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List