Visual Studio 11 includes support for unit testing native code. This support is provided via an in-built, shipping in the box, brand new C++ unit testing framework. No need to…
If the Windows Runtime has all sorts of metadata information on classes, types, interfaces etc, could a developer implement Reflection for native types? James McNellis has done just that. He…