Showing tag results for Announcement

Nov 12, 2014
Post comments count0
Post likes count0

Visual Studio 2015 Preview is Now Available

Eric Battalio
Eric Battalio

Today with the Visual Studio 2015 Preview, one of the big things we've done is improved the C++ experience, adding support for targeting Android, boosting runtime and build-time performance, improving standards compliance, and improving the editor experience. The Preview is available here for download and as a VM that you can run in Azure (if you'r...

C++
Nov 12, 2014
Post comments count0
Post likes count0

Improvements to Warnings in the C++ Compiler

Kangyuan Niu
Kangyuan Niu

We made a number of improvements to C++ compiler warnings in Visual Studio 2015 Preview.The printf family of functionsThe community has made it clear that printf and its cousins are still heavily used and would benefit from more rigorous diagnostics when used. In Visual Studio 2015 Preview, the compiler will check that the number of arguments you p...

C++
Nov 12, 2014
Post comments count0
Post likes count0

Resumable functions in C++

Raman Sharma
Raman Sharma

Last year, in a CTP release, we had provided a glimpse into resumable functions and await support in the Visual C++ compiler. In Visual Studio 2015 Preview we have gotten further along that journey and provided a more general purpose solution. This Preview release provides experimental implementation for a proposal called "Resumable functions" for ...

C++
Nov 12, 2014
Post comments count0
Post likes count0

Cross-Platform Mobile Development with Visual C++

Ankit Asthana
Ankit Asthana

Overview Modern application customers are demanding applications be available for multiple device platforms (such as Windows,  Android and iOS). Today there exist multiple approaches in writing applications which target these device platforms. One approach is to simply create multiple versions of the application ...

C++
Nov 12, 2014
Post comments count0
Post likes count0

C++ Tools Acquisition for Windows Phone and Store Development

Vaishnavi-MSFT
Vaishnavi-MSFT

Through this blog post we wanted to inform you that C++ apps in Visual Studio 2015 Preview will be able to target Windows 8.1 Store and Phone development along with Windows 8.0 Phone development.  Everything mentioned below is relevant only for Windows Store and Windows Phone apps. To provide this experience for the users VS 2015 pulls in the ...

C++
Nov 12, 2014
Post comments count0
Post likes count0

Speeding up the Incremental Developer Build Scenario

Ankit Asthana
Ankit Asthana

Overview One of the major focus areas for Visual C++ lately has been improving developer productivity. Keeping this in mind a plethora of improvements have been introduced with Visual Studio 2015 preview (download here) aimed at the developer incremental scenario. The developer incremental scenario is one where a developer changes a single or mult...

C++
Nov 12, 2014
Post comments count0
Post likes count0

Details About Some of the New C++ Language Features

Yuriy Solodkyy
Yuriy Solodkyy

When you read our release notes, you'll notice that we've added a large number of C++ language features. The details of what these features are can be found all over the web, but what purpose they serve might still be nebulous. This article will attempt to explain the origins of and how to use a few of these new language mechanisms for best results...

New Feature
Apr 3, 2014
Post comments count0
Post likes count0

CppCon – The C++ Conference

Eric Battalio
Eric Battalio

In 2012 and 2013, Microsoft put on the GoingNative conference which is all about portable C++ on all compilers and platforms. The two GoingNative events were wildly popular and have been two of the biggest C++ conferences ever, so developers have been asking us: Will there be a GoingNative 2014, and when?In his Build conference session Modern C++: ...

C++
Apr 3, 2014
Post comments count0
Post likes count0

CppCon – The C++ Conference

Eric Battalio
Eric Battalio

In 2012 and 2013, Microsoft put on the GoingNative conference which is all about portable C++ on all compilers and platforms. The two GoingNative events were wildly popular and have been two of the biggest C++ conferences ever, so developers have been asking us: Will there be a GoingNative 2014, and when?In his Build conference session Modern C++: ...

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

BUILD 2014, Talks for Thursday

Eric Battalio
Eric Battalio

While I am not attending the Build conference myself, I did tune in for the keynote and bits and pieces of other live-streamed talks and look forward to catching many of the sessions over on Channel 9 once they are available.Here is what is happening for C++ developers at Build on Thursday, 4/3: Share your thoughts in the comments below and as...

C++