+ 2

How to work with C++ in Visual Studio.

Hope you already Downloaded C++ Package during installation. If not open installer --> Modifier --> Select C++ package( it includes other languages too). Now open VS Go to File --> New --> Project --> Visual C++ --> Win32 Console Application. You can uncheck "create a directory for solution". On the next page, be sure to check "Empty project". Then, You can add .cpp files you created outside the Visual Studio by right clicking in the Solution explorer on folder icon "Source" and Add->Existing Item. Obviously You can create new .cpp this way too (Add --> New). The .cpp file will be created in your project directory. Then you can press ctrl+F5 to compile without debugging and can see output on console window.

28th May 2018, 8:35 PM
Napster
Napster - avatar
1 Resposta
+ 1
Visual 2017 is multiplataform.
30th May 2018, 12:07 AM
Alan Carreño Fiestas
Alan Carreño Fiestas - avatar