Microsoft’s Visual Studio .NET has introduced many new concepts to the Visual Studio developer, including the Microsoft Intermediate Language (MSIL) with runtime compilation, garbage collection, ...
Hi all<P>I'm writing a library in C++ and I would like to use namespaces, as it is suggested. But I'm having some problems.<P>First, I've created all my header and source files without any namespace.