Showing archive results for 2013

Apr 4, 2013
Post comments count0
Post likes count0

Build faster and high performing native applications using PGO

Ankit Asthana
Ankit Asthana

I am Ankit Asthana and I am the program manager for the backend C++ compiler. For today's topic I want to blog about a really cool runtime compiler optimization called Profile Guided Optimization (PGO) (we on the team call it POGO or PGO for short). PGO was initiated by the Visual C and Microsoft Research groups in the late 90's and primarily focus...

C++
Apr 2, 2013
Post comments count0
Post likes count0

Developing an app with the Visual Studio 3D Starter Kit, part 2 of 3

Roberto Sonnino - MSFT
Roberto Sonnino - MSFT

A few days ago we talked about how to use the Visual Studio 3D Starter Kit to create a simple dice rolling app.  Now we’re going to take the app one step further, by adding some animation.  If you need to catch up, here’s a link to the previous blog post. Let it roll, baby, roll In order to make anything move in a graphics a...

C++
Mar 26, 2013
Post comments count0
Post likes count0

Developing an app with the Visual Studio 3D Starter Kit, part 1 of 3

Roberto Sonnino - MSFT
Roberto Sonnino - MSFT

As we promised a few weeks ago, welcome to the first post in a series where we’ll explore a full end-to-end app developed with the Visual Studio 3D Starter Kit. During this series we’ll develop a 3D dice roller that allows you to roll a 6-sided die by tapping or clicking it. In the process of rolling a number, the die will jump and flip...

C++
Mar 22, 2013
Post comments count0
Post likes count0

Visual C++ Developer Survey

Sumit Kumar (MSFT)
Sumit Kumar (MSFT)

Hi, my name is Sumit Kumar and I am a Program Manager on the Visual C++ team at Microsoft. We are conducting a survey to understand what can we do to make Visual Studio more useful for C++ development in organizations like yours. If you have 15 minutes (maybe less), I would appreciate it if you would share your thoughts in our survey at https://aka...

C++
Mar 21, 2013
Post comments count0
Post likes count0

Connecting to Facebook with the C++ REST SDK

Andy Rich
Andy Rich

Hi, this is Andy Rich from the C++ QA team.  Previously, I showed you how you can use the C++ REST API to connect to Live services, but this is just one of many web services that you can use the REST API with.  In this blog post, I will walk you through creating a Windows 8 Store App that will log a user into Facebook and download and dis...

C++
Mar 11, 2013
Post comments count0
Post likes count0

Advanced Developers Conference 2013: C++

Eric Battalio
Eric Battalio

The Advanced Developers Conference 2013 takes place May 7-8 this year with sessions on building modern device apps, drivers, graphics development, debugging, creating and consuming cloud services, performance and much more. Here are a couple session descriptions cribbed from the ADC site to whet your appetite: There is still plenty of time to s...

C++
Mar 7, 2013
Post comments count0
Post likes count0

Guest Post – The Expression Evaluator

OfekShilon
OfekShilon

Hi. My name is Ofek Shilon and I blog mostly about various VC++ tricks I come by. Today I’d like to explicitly introduce a debugging feature we all use daily but seldom refer to it by name – the native expression evaluator (abbreviated EE below). The Basics Every time you use the Watch window, a lot is going on behind the scenes. When...

C++
Mar 4, 2013
Post comments count0
Post likes count0

Connecting to Live with the C++ REST SDK

Andy Rich
Andy Rich

Hi, I’m Andy Rich, a QA on the C++ team.  Last week, the C++ team released the C++ REST SDK (codename “Casablanca”) on CodePlex (http://casablanca.codeplex.com).  This blog post will walk you through using the C++ REST SDK to connect your Windows Store apps to Windows Live services.  This example demonstrates h...

C++
Feb 28, 2013
Post comments count1
Post likes count0

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
Post comments count0
Post likes count0

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++