Showing results for June 2017 - C++ Team Blog

Jun 30, 2017
1
0

June C++ Link Roundup

Eric Battalio
Eric Battalio

C++ link roundup for June: If you have links for next month's collection, please share in the comments. Thank you.

C++
Jun 28, 2017
0
0

Security Features in MSVC

Andrew Pardoe
Andrew Pardoe

Shareable link: https://aka.ms/msvcsecurity 点这里看中文版 Every developer makes mistakes. No matter how careful you are when writing code, you will introduce bugs. And any bug can become a security vulnerability when software that runs in a connected environment or is used long past its initially planned lifespan. Code that isn't correct is insecure cod...

C++
Jun 27, 2017
0
0

Visual Studio Code C/C++ extension June 2017 Update

Greazer
Greazer

Today we are excited to announce the release of the June 2017 update of the C/C++ extension for Visual Studio Code. This update enables semantic-aware member list auto-completion and improves the overall default IntelliSense behavior, providing a smoother out-of-box IntelliSense experience. If you haven't tried it before, download VS Code (Stable ...

C++AnnouncementVisual Studio Code
Jun 23, 2017
0
1

C++ Tutorial: Debugging Overview

Eric Battalio
Eric Battalio

Welcome to the C++ Tutorial series. In this article, we explore debugging concepts and do some hands-on debugging with Visual Studio 2017. One of the most useful features of an IDE  is the debugger. Under a debugger, you can step through code as it is running, examining the values of variables, structures, program flow, screen output, and other el...

C++
Jun 16, 2017
0
1

C++ Tutorial: Hello World

Eric Battalio
Eric Battalio

Welcome to the C++ Tutorial. In this first C++ tutorial, you will learn how to write (and run!) your first C++ program, “Hello, World!”. Along the way you will learn a little C++ history, see how to configure a C++ console application in Visual Studio 2017, walk through code structure, and see how code is built. Acknowledgements This tutorial ...

C++New User
Jun 14, 2017
0
0

CMake support in Visual Studio – what’s new in 2017 15.3 Preview 2

Will Buik
Will Buik

We're excited to announce improved CMake and Ninja support in Visual Studio 15.3 Preview 2.  In this preview, we have updated CMake from version 3.7.2 to version 3.8 and added improved support for the CMake Ninja generator.  Additionally, this preview includes several fixes for community reported bugs. Please download the preview and try out the l...

AnnouncementCMake
Jun 1, 2017
0
0

Spring 2017 Visual C++ Migration Survey

Eric Battalio
Eric Battalio

The Spring 2017 Visual C++ Migration Survey is now open. Please take a few minutes to share your experiences, positive or not so positive. If you have not migrated, please let us know why. Share your candid feedback now! Thank you.  

C++