Showing results for November 2012 - C++ Team Blog

Nov 30, 2012
0
0

Friday Miscellany #2

Eric Battalio
Eric Battalio

We recently requested feedback on native debugging (https://aka.ms/nativeenc) and your C++ build experience (https://aka.ms/cppbuildsurvey). These surveys are still open, but I wanted to share some of the written feedback we have received: Look to future posts to share more about each of these surveys.Some links for your considerat...

C++
Nov 26, 2012
0
0

Visual Studio 2012 Update 1 Now Available!

Eric Battalio
Eric Battalio

Today, Soma announced the availability of the Visual Studio 2012 Update 1! You can install it either from the download page (see "Visual Studio 2012 Update 1" under the "Additional software" section).As promised, you can now use the Visual C++ compiler and libraries to target Windows XP and Windows Server 2003. To target Windows XP: ...

C++
Nov 23, 2012
0
0

Using the Windows 8 SDK with Visual Studio 2010 – configuring multiple projects

Jennifer Leaf [MSFT]
Jennifer Leaf [MSFT]

A few months ago, we wrote about how to use the Windows Software Development Kit (SDK) for Windows 8 within your Visual Studio 2010 projects.  These instructions work great if you are updating just one project, but if you need to use the Windows 8 SDK in many projects, repeating these steps for each project can be tedious. If y...

C++
Nov 20, 2012
0
0

Another Earful: Debugging Survey

Eric Battalio
Eric Battalio

The Visual C++ build experience survey (https://aka.ms/cppbuildsurvey) has almost passed the 250 response mark on the way to 500 responses. Thank you to everyone who has already provided feedback. To those that have not yet had a chance to take the survey, please consider spending ~10 minutes sharing your thoughts with the team. Your help is apprec...

C++
Nov 19, 2012
0
0

Give Us an Earful: Visual C++ Build Survey

Eric Battalio
Eric Battalio

Need a quick 10 minute break from developing your latest Visual C++ masterpiece? Want to give us feedback about your project build experience?Yes? Then we have a link for you: https://aka.ms/cppbuildsurveyThere are a mix of questions including an invitation for further discussion if you opt in. We look forward to your feedback and hope to share som...

C++
Nov 16, 2012
0
0

Friday Miscellany #1

Eric Battalio
Eric Battalio

Some links for your consideration. Have ideas for future Miscellany posts? Drop me an email ([email protected]), share on our Visual C++ Facebook page, or leave a comment below. Thanks!

C++
Nov 14, 2012
0
0

Native Development Experience in Windows Embedded Compact 2013

Eric Battalio
Eric Battalio

In windows embedded compact 2013, we are updating the native developer experience to the latest and greatest experience available via Visual Studio 2012. With this update, we are essentially bringing 2012 native desktop experience to embedded developers. This post details some of the key updates to the experience. Run time updates We are porting Vi...

C++
Nov 12, 2012
0
0

Top 11 Reasons to Visit the Hilo Docs in the MSDN Library

Eric Battalio
Eric Battalio

Top 11 reasons to vist Developing an end-to-end Windows Store app using C++ and XAML: Hilo (Windows): And the number one reason? If you have ideas for future top 11's, share it on Facebook, Twitter or the comments below.*edited 11/13/2012, fixed the link to the article (https://aka.ms/hilocpp-doc).

C++
Nov 7, 2012
0
0

Good Stuff on Channel 9

Eric Battalio
Eric Battalio

Looking for the C++ Good Stuff? Have you visited Channel 9 lately? And in case you missed it: *spoiler,marketing*Do you like Visual C++? Like us on Facebook (and post something)!Thanks!

C++
Nov 2, 2012
0
0

Announcing November CTP of the C++ compiler, now with more C++11

Eric Battalio
Eric Battalio

On February at the Going Native conference, we promised to work on implementing more parts of the C++11 standard. We also made a commitment to progressively roll out these features on a faster cadence through out-of-band releases such as CTPs (customer technology previews).We delivered!Today at Build 2012, Herb Sutter announced that we’r...

C++