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 good for C++ beginners?
Yes. Visual Studio is a good tool for beginners .
Read moreHow can I learn C++ in Visual Studio?
Visual C++ supports both “real” native C++ and C++/CLI, the managed . NET version, so if you want to learn C++, simply create a regular C++ project . If you’re concerned with learning “proper” standard C++, note that the compiler by default enables a number of Microsoft extensions, which you may want to disable.
Read more