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…
Charles Petzold is back with "Programming Windows Sixth Edition", updated for Windows 8. The book focuses on programming Windows 8 Apps using C# and XAML. Microsoft Press is offering an amazing…
Live Streaming link at http://channel9.msdn.com/Events/Windows-Camp/Developing-Windows-8-Metro-style-apps-in-Cpp I will be tuned in for the entire event. I would encourage all C++ developers to watch the event online, if you cannot make it…
Re-posting.... From the page, http://channel9.msdn.com/posts/Announcing-Building-Windows-8-Metro-Style-Apps-with-C-A-Free-Event , the Visual C++ team is conducting a free, day long, event in Redmond, on May 18, 2012. The registration is currently full, but the…
Hilo is a series of articles and tutorials describing how to develop applications for the Windows platform. Hilo made its debut just after Windows 7 was released and information on…
As is customary with programming languages, here is a Hello World introduction using C++ /CX. 1: #include <iostream> 2: using namespace std; 3: 4: #using "platform.winmd" 5: 6: using…
From the page, http://channel9.msdn.com/posts/Announcing-Building-Windows-8-Metro-Style-Apps-with-C-A-Free-Event , the Visual C++ team is conducting a free, day long, event in Redmond, on May 18, 2012. The registration is currently full, but the team…