Say I have two different cpp files. Both declare classes with the same name, but perhaps a totally different structure (or perhaps the same structure, different implementati
The standard way around this problem is to wrap the classes in different namespaces.