Showing tag results for Announcement

Mar 18, 2014
Post comments count0
Post likes count0

cppcon registration open!

Eric Battalio

From cppcon:Registration is now open for CppCon 2014 to be held September 7–12, 2014 at the Meydenbauer Center in Bellevue, Washington, USA. The conference will start with the keynote by Bjarne Stroustrup titled "Make Simple Tasks Simple!"This is a full five-day conference, and in this first year the CppCon organizers are shooting for 50...

C++
Feb 18, 2014
Post comments count0
Post likes count0

Winter ISO C++ Meeting Trip Report

Eric Battalio

Herb Sutter posted highlights from the Winter ISO C++ meeting held last week in sunny Issaquah, WA:The major work of this meeting was to complete processing of the national body comments received in last summer's comment ballot for the upcoming C++14 standard. We also began comment processing for the recent corresponding ballot for the File System ...

C++
Feb 7, 2014
Post comments count0
Post likes count0

Advanced Developers Conference 2014

Eric Battalio

The Advanced Developers Conference 2014 takes place April 29-30 in Munich. This years sessions will be about modern device apps, debugging, drivers, graphics,cloud services and much more.The conference will host about 200 attendees with a broad range of international speakers including one or two from Microsoft. It is a great conference for develop...

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

Creating a C++ Project from a PDB file: PDB Project [[Version 2.0]]

Eric Battalio

We are thrilled to announce version 2.0 of the PDB Project extension on the Visual Studio Gallery. PDB Project, as the name suggests, takes the information contained in a .pdb file to create a C++ project. The Information extracted from the .pdb includes both the source files (.c, .cpp) used for building, as well as the sources of the linked librar...

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++
Nov 18, 2013
Post comments count0
Post likes count0

Announcing the Visual C++ Compiler November 2013 CTP

Eric Battalio

Last year in November, we released an out-of-band customer technology preview (CTP) of the Visual C++ compiler. It contained preview versions of C++11 features which we subsequently fully released in Visual Studio 2012. At that time, and at GoingNative 2013 this year, we promised to keep releasing these CTPs to show our progress towards full C++11 ...

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

Visual Studio 2013 Virtual Launch is here!

Eric Battalio

The worldwide launch of Visual Studio 2013 is today.Join Microsoft executives S. Somasegar, Scott Guthrie, and Brian Harry at 7:00am PST for the keynote. Other events will follow throughout the day. Sessions will be recorded and shared later if you can't catch them all live.Visual C++ developers will want to tune in to the live Q&A session from...

C++
Nov 11, 2013
Post comments count0
Post likes count1

Microsoft Virtual Academy – C++: A General Purpose Language and Library

Eric Battalio

Interested in learning the basics of C++? Next Tuesday, November 19, Kate Gregory and James McNellis will be teaching a free introductory C++ course on Microsoft Virtual Academy, "C++: A General Purpose Language and Library." Kate is a C++ expert and long-time Microsoft Visual C++ MVP; James is a developer on the Visual C++ Libraries team. The cour...

C++
Oct 28, 2013
Post comments count0
Post likes count0

Creating a C++ Project from a PDB file: PDB Project

Eric Battalio

For the latest information on Version 2.0, check out http://blogs.msdn.com/b/vcblog/archive/2014/01/15/creating-a-c-project-from-a-pdb-file-pdb-project-version-2.0.aspx.

C++