Showing results for visual studio - C++ Team Blog

Oct 5, 2016
0
0

C++ IntelliSense Improvements – Predictive IntelliSense & Filtering

Augustin Popa
Augustin Popa

IntelliSense is one of the most commonly used features in Visual Studio. With it, developers can write code more efficiently and learn more about their codebase at the same time. In a sense, IntelliSense is both a guide and a productivity feature. We understand the importance of having a powerful IntelliSense system which displays highly relevant r...

Announcement
Oct 5, 2016
0
0

Bring your C++ codebase to Visual Studio with “Open Folder”

Marian Luparu
Marian Luparu

⏱ Updated on March 06, 2017 with the latest functionality in Visual Studio 2017 RTW Welcome to Visual Studio 2017! Starting with this release, Visual Studio supports opening folders containing source code without the need to create any solutions or projects. This makes it a lot simpler to get started with Visual Studio, even if your project is no...

AnnouncementOpenFolderNew User
Jul 12, 2016
1
0

Cocos2d-x Visual Studio Android Project

IanHuff - MSFT
IanHuff - MSFT

In the world of game development , Cocos2d is one of the biggest names out there. The open source Cocos2d framework has been the backbone of a vast number of top selling apps and games, provides support for a number of programming languages, and targets a massive variety of devices. Currently, Cocos2d-x (the C++ version of Cocos2d) provides start...

C++
Dec 5, 2014
0
0

Developing Native-Activity (Android) applications

Ankit Asthana
Ankit Asthana

Overview Visual Studio 2015 preview (download here) introduces the ability for developers to create Android Native Activity application as a part of the cross-platform mobile development. Android platform with Android Native Activity (API Level 9) introduced the capability to create pure C/C++ applications. While there is some hidden Java JNI code...

C++
Jun 4, 2014
0
0

Native Memory Diagnostic Tools for Visual Studio “14” CTP

Adam Welch (MSFT)
Adam Welch (MSFT)

In Update 2 for Visual Studio 2013, memory diagnostic tools were added for Windows Store and Windows Phone that enable developers to monitor live memory consumption and take heap snapshots of their applications for further analysis.  The Visual Studio team is extending the existing tools to work for Windows Desktop applications in the next maj...

C++
Jun 4, 2014
0
0

Native Memory Diagnostic Tools for Visual Studio “14” CTP

Adam Welch (MSFT)
Adam Welch (MSFT)

In Update 2 for Visual Studio 2013, memory diagnostic tools were added for Windows Store and Windows Phone that enable developers to monitor live memory consumption and take heap snapshots of their applications for further analysis.  The Visual Studio team is extending the existing tools to work for Windows Desktop applications in the next maj...

C++
May 29, 2014
0
0

Solution Dependency Viewer extension

Visual CPP Team
Visual CPP Team

Hello, In my previous blog, I introduced PDBProject Extension VS2103 as an alternative way to leverage the IDE features.  In this post, I would like to introduce Solution Dependency Viewer Extension as an easy to understand overview of your solution.  This extension parses each C++, C#, and VB projects in the solution and presents a graph...

C++
Sep 30, 2013
0
0

Visual C++ Libraries Survey

Jennifer Leaf [MSFT]
Jennifer Leaf [MSFT]

The Visual C++ team wants to better understand how you use libraries in your day-to-day development work. Whether you’re publishing libraries, finding libraries that work on the Microsoft platforms for which you’re building your apps, or integrating libraries into your project and build systems, we want to hear from you so we can make t...

C++
Aug 26, 2013
0
0

How is your experience developing graphics apps?

Rong Lu
Rong Lu

Hello, my name is Rong Lu. I’m a PM on Visual C++ team working on graphics development features in VS, including asset designers, templates, graphics diagnostics, etc.. In preparation for planning for graphics tooling capabilities in the next version of Visual Studio, we’re trying to understand the needs of graphics developers bett...

C++
Jun 26, 2013
0
0

Just My Code for C++ in VS 2013

Visual CPP Team
Visual CPP Team

If you have experience debugging C# or Visual Basic code in Visual Studio, you are probably familiar with a debugging feature called Just My Code (JMC).  In Visual Studio 2013, we introduce Just My Code for C++.  In VS2013, the goal of this C++ JMC feature is to help the user focus on their code when viewing call stacks without getting lo...

C++