Showing results for July 2011 - C++ Team Blog

Jul 28, 2011
0
0

GoingNative: a New Channel 9 Show Dedicated to Native Development

Visual CPP Team
Visual CPP Team

GoingNative is a new, monthly show on Channel 9 dedicated to native development and native developers, with an emphasis on modern C++. In our inaugural episode, we keep things light and easy as we introduce you to what we're doing, why we're doing it, and how it will go down. The main goal of episode 0 is to introduce the cast of characters, inclu...

C++
Jul 25, 2011
0
0

Developing Windows Applications in C++ (Articles Series)

Visual CPP Team
Visual CPP Team

We got just published “Developing Windows Applications in C++”,  an article series created by C++ Most Valuable Professional Kate Gregory. This material is aimed at C++ developers who want to learn how to write Windows applications. It won’t teach you C++, or how to use Windows as an end user. But if you know C++ and Windows ...

C++
Jul 11, 2011
0
0

Container Pretty Printer – Advanced STL, Part 6

Visual CPP Team
Visual CPP Team

In Part 6 of my second video lecture series focused on the Standard Template Library, I demonstrate how to write a "pretty printer" for STL containers that's capable of formatting a vector<tuple<int, string, int>> as [(1, "ten", 100), (2, "twenty", 200), (3, "thirty", 300)].  It's easy to use, with the default syntax being print(co...

C++