error C4996: ‘strcpy‘: This function or variable may be unsafe. Consider using strcpy_s instead.

今天編寫C++程序在使用頭文件#include中的strcpy()和strcat()函數時出現了一個錯誤:error C4996: ‘strcpy’: This function or variable may be unsafe. Consider using strcpy_s instead.在網上搜了一下大概知道怎麼解決了,並且知道爲什麼出現這個錯誤——出現這個錯誤時,是因爲strcpy()
相關文章
相關標籤/搜索