I. Installation Environment
Operating system version: WIN10 Chinese version 64-bit
cpu:i5-4200m 2.50GHz
HDD Memory: 500G
Two. Software version
Visual Studio 2013
Three. Installation process
1. First start the installation, customize the selection of the installation path, note that the owning path is sufficient to reserve space, or the installation will fail, agree to the license terms, proceed to the next step.
2. Wait about 30 minutes for the installation to complete. During installation, vs consumes a lot of system resources, so it's best not to turn on other software and wait for the installation.
3. Open vs2013. Come to the start page. Start using.
4. Usage Experience
Individuals are more familiar with C, so chose a C program to vs2013 the actual experience. First click New Project, then click Win32 Console Application.
Tick the empty item and click Done.
Then click on the source file to add the new item.
Then click Add to go to the writing code interface.
For code generation.
Generate the results.
Debugging.
Evaluation: VS2013 is a very useful compiler tool, can meet most of the software development, the interface is simple and generous, full-featured, simple operation stability. Very suitable for us students to compile code.
Five. Unit Testing
Unit Test Source code:
Namespace DemoUser
{
public class User
{
Public User (String useremail)
{
M_email = UserEmail;
}
private string M_email;//user email as Uaer ID
}
}
Six. Test results
Visual Studio installation and unit testing