How 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