Looking for a great set of C++ resources out there? There is an increasing focus on native programming on our client stack, especially with gaming and high fidelity graphics being super important. If you look at the number of sessions dedicated to DirectX and C++ in the recently concluded //build, it should be obvious. Clearly not all of us will focus in this area, but if you are interested in building an expertise in the area, I wanted to collect some of the training resources available for you to use.
(Obviously a drop in the ocean compared to what’s out there)
If you are new to the language, you can start with the following Pluralsight courses:
For a little more advanced treatment
Also excellent is Stephan T. Lavavej (STL)’ s series on C9
Standard Library and Containers
C++ 11 Additions
Visual C++ blog - http://blogs.msdn.com/b/vcblog/
All C++ sessions at //build 2012
Asynchrony & parallelism in C++
Communications
An excellent book
DirectX is a very large landscape. The best way to learn it from my personal, limited experience is to break it down into 2D and 3D, and then attack one at a time (assuming you need to learn both – if not just stick to one).
Direct3D Tutorials – I found the first one to be pretty easy to digest, and fairly well organized. If you are not interested in desktop apps, just go through the one for D3D 11.1 for Windows 8
DirectWrite Tutorial
Direct2D page on MSDN
DirectX/XAML interop
DirectX tooling support in VS 2012
Direct3D Starter Kit
An Excellent book – 3D Game Programming with DirectX 11 by Frank Luna
All DirectX related videos from //build
Some good blogs to read
// end