cin,cout,and endl of c++ - C++ Forum - cplusplus.com - The C++ Resources Network
Namespaces separate and organize functionality. You can have a "xander333::sort()" function and it won't conflict with "std::sort()" or "boost::sort()" or any other sort(). Without namespaces their can be only one sort(). Now let's say you've put "using n...