Error: error c4996: ‘strcpy’: this function or variable may be unsafe. Consider using strcpy_ The processing method of s instead
Why did you report this error?Because strcpy is not secure, it will cause stack overflow
In vs2013, if you use strcpy, you will sometimes report this error. The solution is to find the attribute of the project