C++ Team Blog

The latest in C++, Visual Studio, VS Code, and vcpkg from the MSFT C++ team

Cross-platform code sharing with Visual C++

With Visual Studio 2015, Visual C++ supports three new platforms: Universal Windows Platform (just announced), Android and iOS (more info). This is in addition to its continued support for Desktop, Windows Store and Windows Phone. During the bring-up of these new platforms, a key requirement for our team was to make sure that Visual C++ ...
Comments are closed.0 0
C++

Developing for Windows 10 with Visual C++ 2015

Getting Started Windows 10 introduces the new Universal Windows App platform, which allows a single codebase to be reused across multiple Windows 10 devices.  An earlier blog post described the pre-release process of getting setup and some of the new features available in Universal Windows Apps.  Now that Windows 10 RTM has released...
Comments are closed.0 0
C++

Working on an Internet of Things Project? Take Our Survey!

Survey!The Visual C++ team wants to learn more about how developers create Internet of Things devices and applications. If you are currently or have recently been part of an IoT project and can spare around 15 minutes, please take our survey and share your experiences. It does not matter which tools you use; if you work on IoT projects, we ...
Comments are closed.0 0
C++

Setup Changes in Visual Studio 2015 Affecting C++ Developers

As mentioned in the Visual Studio 2015 IDE blog post, the setup experience of the product now provides more control to the user, for what does and doesn’t get installed.  That blog post also talks about the rationale for this change and future direction for Visual Studio install experience.  C++ is one of the features which is ...
Comments are closed.0 0
C++

C++ Edit and Continue in Visual Studio 2015

We previously announced that we were working on support for Edit and Continue for both x86 and x64 in the default debug engine in Visual Studio 2015. Today we’re pleased to announce that Edit and Continue (EnC) is enabled by default in Visual Studio 2015 RTM. As a quick reminder, EnC enables you to make changes to your code when you&...
Comments are closed.0 0
C++

What’s new with Visual C++ cross-platform mobile development

With Visual Studio 2015 RTM we continue to improve the cross-platform mobile development story. Visual Studio 2015 RTM introduces the following new feature set aimed at improving the edit->build->debug cycle for mobile developers.                         (image) We ...
Comments are closed.0 0
C++

Visual Studio 2015 RTM Now Available

Today Soma announced the availability of Visual Studio 2015 RTM and invited Brian Harry and others to talk about new features and experiences. You can watch the VS 2015 keynote or catch the recording on Channel 9 later. Additionally, we have over 60 on-demand videos on Channel 9 that drill into the details of various features and improvements....
Comments are closed.0 0
C++

Source now available for GDB/LLDB debug engine

We previously announced that we’d be releasing the source code for our debug engine that works with GDB and LLDB for C++ on Android and on iOS. Today, we’re pleased to announce that the source is now available on GitHub as the “MIEngine” project. As a quick refresher, GDB is the GNU project debugger that enables you to ...
Comments are closed.0 0
C++

STL Fixes In VS 2015, Part 2

In addition to implementing a whole bunch of features in VS 2015's C++ Standard Library, we've also fixed a whole bunch of bugs.  A year ago, I listed the STL fixes in VS 2015 CTP1.  Now, it's time to list the STL fixes between CTP1 and RTM.   <functional> Overhaul   We originally shipped bind()/function/...
Comments are closed.0 0
C++