Visual Studio (or the free version, Visual C++ Express) is a perfectly fine choice on Windows . On Linux, you’ll probably end up using GCC. Both are fine compilers. Visual C++ supports both “real” native C++ and C++/CLI, the managed .
Read moreCan you code in C++ in Visual Studio?
You can use Visual Studio to create Standard C++ programs. By following the steps in this walkthrough, you can create a project, add a new file to the project, modify the file to add C++ code, and then compile and run the program by using Visual Studio.
Read moreIs Visual Studio better than Visual Studio Code for C++?
If you’re developing on Windows, Visual Studio (the full IDE) is far far better than VS Code . C++ (which includes the C compiler and C++ compiler), along with several other languages, are built in, and other than selecting workflows during installation, there is no configuration required to get all the tools you need.
Read moreIs Visual Studio Code enough for C++?
Visual Studio Code by Microsoft Although it’s not created solely for C++ development (the way CLion is,) VS Code still provides some excellent performance features. Primarily thanks to the use of extensions and the marketplace built by Microsoft around the IDE.
Read moreIs Visual Studio Code used professionally?
Yes, VS Code is free for private or commercial use . See the product license for details.
Read more