共用方式為


已淘汰函式

某些程式庫函式已經過時,而且有較新的對等用法。 建議您將這些函式變更為更新的版本。 其他過時的函式則已從 CRT 移除。 本文列出淘汰為過時的函式,以及特定 Visual Studio 版本中移除的函式。

Visual Studio 2015 中因過時而被取代的函式

已過時的函式 替代函式
is_wctype iswctype
_loaddll LoadLibraryLoadLibraryExLoadPackagedLibrary
_unloaddll FreeLibrary
_getdllprocaddr GetProcAddress
_seterrormode SetErrorMode
_beep Beep
_sleep Sleep
_getsystime GetLocalTime
_setsystime SetLocalTime

Visual Studio 2015 中已從 CRT 移除的函式

已過時的函式 替代函式
_cgets, _cgetws _cgets_s, _cgetws_s
gets, _getws gets_s, _getws_s
_get_output_format
_heapadd None
_heapset
inp, inpw, _inp, _inpw, _inpd
outp, outpw, _outp, _outpw, _outpd
_set_output_format

舊版 Visual Studio 中已從 CRT 移除的函式

_lock
_unlock