Wednesday, September 7, 2016

How to Compile a Program in Visual Studio

To compile a program in visual studio you have to start by typing in the library that contains pre-written code.  The next thing that you have to do is have a namespace that acts like a cheat to write less code and still function the same. After putting enter, you add the starting point of the program. Afterwards, you have to add the cout which prints text to the screen and in the same line, add end/ to end the line. Finally skip two lines and add a }.

No comments:

Post a Comment