First, go to Visual Studio's website to download the latest version of Vside (currently VS2017): VS2017 Download Address
Open the page and click on the button with the Red Brush circle
Then it downloads a file, clicks it, and pops up a window like this
Click "Continue", wait a little while and then formally enter the installation interface
Then click "Install" in the red circle
Visual Studio Community 2017 is a free version of the IDE provided by Microsoft
Then go to the following interface and hook up the part of the loop
Wait for program installation to complete.
But it's not over yet. To use the free version of VS IDE we must register and login to the Microsoft account
Below we will register a Microsoft account
First Open Microsoft website: Microsoft China website
Click "Login"--> no account? Create one! "
After registering your Microsoft account, open visual Studio 2017.
The following window will appear
Click here to login and login to the Microsoft account you just created.
If this window does not appear, it does not matter, start the program as soon as you can log in
You can use the free version of Visual Studio Community 2017 after you log in to your account, and if you are not logged in, it will only take 30 days for free.
Let's talk about how to use visual Studio Community 2017 to write a program
/c++ examples in C language
After opening VS2017, click "File"-> "new"-> "project"
Then click the sequence number in the diagram
Then, in Solution Explorer, right-click "Source File"-> "Add"-> "New Item"
Click the sequence number in the diagram
So we can start writing code, for example, write a piece of code output below: Hello world.
Success.
Attached: Do not display windows or windows a flash-away solution when writing programs using the visual Studio IDE