This article implements a Mandelbrot renderer that is multiple times faster than a CPU-only implementation by using a new Microsoft technology called C++ AMP: Accelerated Massive Parallelism, introduced in the Visual C++ 11 Preview.
Articles Written by Marc Gregoire
Introducing the Windows Kernel Transaction Manager, Transactional NTFS and Transactional Registry
Read along as Marc Gregoire provides a brief overview of TxF and TxR to give you an idea of what you can accomplish with it.
The New MFC Animation API
This article serves as a brief introduction to the new API allowing users to create animations in MFC applications.
Querying Bing Using the New Windows 7 Web Services C++ API
Learn how to build client applications that use SOAP based web services.
Introduction to DirectWrite
DirectWrite is a new API to render text on Windows 7 / Vista. It makes it easy to render paragraphs of text that can contain different formatting, coloring, fonts etc. It supports horizontal and vertical alignments, even vertical centering of a paragraph with multiple lines which was not possible with the old text API, etc. This article will give an introduction to the new DirectWrite API.
Pause Before Exiting a Console Application
Learn a way to elegantly add support for pausing your console application right before exiting.