News

Hi allI'm writing a library in C++ and I would like to use namespaces, as it is suggested. But I'm having some problems.First, I've created all my header and source files without any namespace ...
Basically once you've put a using namespace std; in your header, and someone has included your header, there's no way to undo the using. This can reduce your options when a name conflict occurs.