VS2013使用教程總結(1) 忽略安全檢查

2021-07-08 12:59:30 字數 462 閱讀 5730

我們在使用vs2013開發的時候,會出如下的錯誤,

錯誤	2	error c4996: 'scanf': this function or variable may be unsafe. consider using scanf_s instead. to disable deprecation, use _crt_secure_no_warnings. see online help for details.	d:\users\test.cpp	109	1	test
翻譯過來就是

主要是編譯器,認為scanf函式不安全,那麼我們還想使用的話,就需要忽略該安全檢查,比較簡單的做法是:開啟專案屬性---》c/c++---》sdl檢查設定為否(/sdl-)。 

如下圖

mongo c driver使用VS2013編譯

git clonegit clone mongo c driver win64 bin.7z 這裡先需要使用cmake工具來生成vs2013的專案檔案。如果沒有安裝cmake,請先安裝。進入mongo c driver src libbson目錄,開啟命令列視窗,執行以下命令 mkdir msvc1...

vs2013編譯ffmpeg總結

ffmpeg官網上有vs編譯ffmeg的教程,主要的流程就是根據官網上給出的教程一步步編譯,但是在編譯過程中遇到了很多的坑,所以把自己遇到的一些坑寫出來讓其他的人少走彎路。1.搭建mingw 2.yasm安裝.這裡是乙個大坑,在yasm官網上有乙個vs版本的yasm,不要用那個,就直接普通的yasm...

使用VS2013除錯FluorineFx程式

vs2013,建立 fluorinefx web 專案方法 先新建 專案 web 選擇.net 3.5 asp.net 窗體程式來新建乙個專案。複製 log templates web inf 資料夾過來,新增 gateway.aspx 檔案,新增引用 antlr.runtime.dll fluor...