

The steps needed to move to Visual Studio are very simple in this case – just open the folder containing your CMakeLists.txt files and let Visual Studio do the rest. If your project targets multiple platforms, you are likely to use CMake to specify your build. Cross-platform C++ applications and libraries Building with CMake This post is part of a Getting Started series aimed at C++ users that are new to Visual Studio.

Read on each chapter to see if it fits the description of your project.

Visual Studio provides industry-leading development tools for C++ for any platform you’re targeting.ĭepending on a few characteristics of your C++ project, this document will guide you through the recommended steps to get started with Visual Studio. Rest assured that you will not trade-in your flexibility in how you develop your C++ projects once you start using Visual Studio. As a C++ developer, you are probably accustomed to using a variety of tools from different vendors for different purposes. This has led to a diverse C++ ecosystem in terms of the editing tools, build systems, coding conventions, and C++ libraries that we use in our day-to-day work. C++ has been around for a long time and throughout its history many tools have been built to make life easier for C++ developers.
