Showing results for February 2013 - C++ Team Blog

Feb 28, 2013
1
0

In the Community: Meet David Cravey

Eric Battalio
Eric Battalio

Welcome back to In the Community, our continuing series focusing on members of the C++ and developer community. This week, meet David Cravey, I cut my teeth on programming in BASIC (GW-BASIC/QBasic), but eventually wanted a language that could let me do more. My local library had a nice book comparing the major programming languages at the time. Th...

C++
Feb 26, 2013
0
0

The C++ REST SDK ("Casablanca")

Sana Mithani
Sana Mithani

The C++ REST SDK (codename "Casablanca") has officially been released as an open source project on CodePlex (http://casablanca.codeplex.com). We first announced Casablanca as an incubation project on Microsoft's DevLabs back in April of 2012. Since then we have had several releases and have seen library quickly evolve. As we added new features and...

C++
Feb 20, 2013
0
0

Jumping Into C++: Calculating Unknowns

Eric Battalio
Eric Battalio

Last time, I wrote a C++ program to count words in text files. This time, write some code to calculate the motion of an object as an excuse to create a class, use function pointers and mess with some new containers. Thanks to my colleagues Ale Contenti and Andy Rich for providing the inspiration and original Simple Physics Calculator application, ...

C++
Feb 18, 2013
0
0

In the Community: Meet Tom Serface

Eric Battalio
Eric Battalio

Welcome to In the Community. This week, meet Tom Serface, C++ MVP and longtime Visual C++ user. I have been using VC++ with MFC since it first came out circa 1993 and I saw it demonstrated at a local Software Development show. I've been working for Rimage Corporation for just over 25 years developing software to make our optical disc publishing har...

C++
Feb 13, 2013
0
0

Visual Studio 3D Starter Kit – Now for Windows Phone 8

Jennifer Leaf [MSFT]
Jennifer Leaf [MSFT]

Last year, I decided I finally wanted to take the plunge into DirectX development. I'd done a little bit of OpenGL programming several years ago, but no graphics development since then. I bought a few DirectX books, worked through several online tutorials, and tried out the Visual Studio project templates and graphics asset tools, but wasn't sure h...

C++
Feb 11, 2013
0
0

In the Community: Meet PJ Naughter

Eric Battalio
Eric Battalio

In the Community spotlights members of the C++ / developer community. This week, meet PJ Naughter, a C++ MVP and prolific C++ developer. Take it away, PJ… PJ has been a C++ MVP since 2007. In his spare time, he runs a personal web site at http://www.naughter.com where he publishes open source software and source code of use to Windows C++ de...

C++
Feb 7, 2013
0
0

do-while, casts, ODR, variadic templates – Core C++, Part 8

Stephan T. Lavavej - MSFT
Stephan T. Lavavej - MSFT

Part 8 of my third video lecture series (covering the C++ Core Language) is now available.  In this part, I covered several topics: why I avoid do-while loops, how C and C++ casts behave and why they're dangerous, what the One Definition Rule is and how to follow it, and how my toy program to sort arrays with variadic templates works.For refer...

C++
Feb 4, 2013
0
0

In the Community: Meet Nish Sivakumar

Eric Battalio
Eric Battalio

In the Community is a regular series spotlighting members of the C++ / developer community. This week, meet Nish, a C++ MVP, author and long-time developer. Nish has been writing code since 1990 when he first got his hands on an 8088 with 640 KB RAM. He has been a Microsoft Visual C++ MVP since October 2002, and maintains an MVP tips and tricks web...

C++
Feb 1, 2013
0
0

Friday Miscellany #5

Eric Battalio
Eric Battalio

Welcome to another Friday Miscellany, a collection of interesting links from across the internet curated from social media, conversations and curiosity. If you have something to share, send it to me (ebattali@microsoft.com) for potential inclusion in a future miscellany. Thanks!

C++