Showing tag results for C++

Feb 4, 2014
Post comments count0
Post likes count0

Challenge – Vulnerable Code

Eric Battalio

This challenge appeared on an internal alias dedicated to C++. It was issued by Mike Vine, a developer here at Microsoft who agreed to let us share it with the mighty Visual C++ blog readers: This challenge came from me thinking about a simple bug which could be turned into a security vulnerability, so I thought I'd give it a go and try to code a p...

C++
Jan 30, 2014
Post comments count0
Post likes count0

Windows Azure Storage Client Library for C++

Eric Battalio

The Windows Azure Storage team has announced the availability of a new Windows Azure Storage Client Library for C++. This is a preview release and they are looking for your feedback. This release includes support for blob, table, and queue storage abstractions and provides additional functionality such as retry logic, authentication, logging, and m...

C++
Jan 2, 2014
Post comments count0
Post likes count0

Weathr, a 3D Weather App now on CodePlex

Eric Battalio

Welcome to 2014. May all your C++ code run perfectly! Thomas Petchel wanted really to explore the intersection among C++, DirectX, and XAML in the context of a Windows Store app. The result? Weathr, a 3D weather app for windows 8.1. It is a smooth, responsive app that shows weather information for different locations. To run it, you need Windo...

C++
Nov 19, 2013
Post comments count0
Post likes count0

Visual Studio Rename Refactor Helper for Visual Studio 2013

Eric Battalio

The C++ language is large and complex with context-sensitive syntax subtleties that make it difficult to create a reliable and fast rename refactoring tool. For years we wanted to include rename refactoring in Visual C++ but it never quite made it. We were concerned about scalability, performance and accuracy for different user scenarios. Rename re...

C++
Sep 30, 2013
Post comments count0
Post likes count0

Visual C++ Libraries Survey

Jennifer Leaf [MSFT]

The Visual C++ team wants to better understand how you use libraries in your day-to-day development work. Whether you’re publishing libraries, finding libraries that work on the Microsoft platforms for which you’re building your apps, or integrating libraries into your project and build systems, we want to hear from you so we can make t...

C++
Aug 23, 2013
Post comments count0
Post likes count0

C++ IDE Improvements in Visual Studio 2013

Jennifer Leaf [MSFT]

When we considered what features to add to the C++ IDE in Visual Studio 2013, we decided to focus on improving the C++ code editing experience. We've added a number of features that will help you write and format your code more quickly, and will give you more useful information in IntelliSense. You can configure the behavior of most of these new fe...

C++
Aug 20, 2013
Post comments count0
Post likes count0

ATL and MFC changes and fixes in Visual Studio 2013

Pat Brenner MSFT

Hello, I’m Pat Brenner, a developer on the Visual C++ Libraries team.  In this blog post I would like to share with you the changes that we’ve made in ATL and MFC for Visual Studio 2013.One of the major changes we made was to eliminate the ATL DLL altogether.  All ATL code is now static, either in the header files or in t...

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

Just My Code for C++ in VS 2013

Visual CPP Team

If you have experience debugging C# or Visual Basic code in Visual Studio, you are probably familiar with a debugging feature called Just My Code (JMC).  In Visual Studio 2013, we introduce Just My Code for C++.  In VS2013, the goal of this C++ JMC feature is to help the user focus on their code when viewing call stacks without getting lo...

C++
Jun 26, 2013
Post comments count1
Post likes count0

Visual Studio 2013 Preview Now Available!

Eric Battalio

Soma announced availability of the Visual Studio 2013 Preview.The experience for Visual C++ developers was improved with enhancements in the following areas: ISO C/C++ standards, Visual C++ library, C++ application performance, Windows Store App development, diagnostics, 3-D graphics, the IDE and productivity.Here are the key links: We look ...

C++
Jun 18, 2013
Post comments count0
Post likes count0

Deep Dive into NuGet Native (Part One)

Garrett Serack, MSFT

Howdy! Today I thought I’d start explaining how NuGet supports C/C++ packages under the covers, and look into how one could (theoretically) manually construct a package without using the CoApp PowerShell tools.   As I mentioned before, C/C++ packages built for NuGet didn't require a whole lot of change in NuGet itself—primarily becaus...

C++