I am downloading the vs2013 version of the installation package, download is a compressed file, after decompression is 2.86GB. After the download of the installation package is complete, we can enter the installation.
It is also advisable to install the Internet connection.
Open the downloaded file, we want to select the. exe executable file to open, as follows:
Open after we enter the installation, to choose the installation location, because this software occupies a large space, it is recommended not to Ann in the system disk, as follows:
The following need to choose the tools to install, the recommended choice, in case you need to download any day, the selection is convenient and fast, as follows:
Next is the time to wait, the time may be a bit long, need patience, as follows:
Here is the picture after the installation is complete, see this do not worry about restarting a bit is done, as follows:
After rebooting, open vs as follows:
The installation is complete!
Below to write a small program test it! But the first thing we want to do is create a new project (the project for C is built here):
The first step:
Step two: Click OK when you have finished selecting
Step three: Click Next
Fourth step: Select an empty project and click Finish
Fifth Step: Add New Item, right-click on source file
Fifth Step: Select C + + file, then you can write the program
Write a simple Hello word here to test whether VS is installed correctly.
is the code:
Run it and see it!
The results are correct!
VS2013 installation and testing done!
Unit test See next blog post
Microsoft Visual Studio 2013 installation and trial