Showing results for July 2015 - C++ Team Blog

Jul 30, 2015
0
0

Cross-platform code sharing with Visual C++

Marian Luparu
Marian Luparu

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++ provides an...

C++
Jul 29, 2015
0
0

Developing for Windows 10 with Visual C++ 2015

Adam Welch (MSFT)
Adam Welch (MSFT)

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, the...

C++
Jul 27, 2015
0
0

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

Eric Battalio
Eric Battalio

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 want to ...

C++
Jul 24, 2015
0
0

Setup Changes in Visual Studio 2015 Affecting C++ Developers

Eric Battalio
Eric Battalio

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 avail...

C++
Jul 22, 2015
0
0

C++ Edit and Continue in Visual Studio 2015

Visual CPP Team
Visual CPP Team

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’re ...

C++
Jul 20, 2015
0
0

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

Ankit Asthana
Ankit Asthana

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.                         We would love you folks to try out news fea...

C++
Jul 20, 2015
0
0

Visual Studio 2015 RTM Now Available

Eric Battalio
Eric Battalio

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.Here ...

C++
Jul 20, 2015
0
0

Source now available for GDB/LLDB debug engine

Visual CPP Team
Visual CPP Team

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 debug...

C++
Jul 14, 2015
0
0

STL Fixes In VS 2015, Part 2

Stephan T. Lavavej - MSFT
Stephan T. Lavavej - MSFT

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/mem_fn()/r...

C++