I'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. Then, I've ...