Skip to content

Latest commit

 

History

History
93 lines (87 loc) · 3.48 KB

File metadata and controls

93 lines (87 loc) · 3.48 KB
title Obsolete Functions | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp
devlang-cpp
ms.tgt_pltfrm
ms.topic article
f1_keywords
is_wctype
_loaddll
_unloaddll
_getdllprocaddr
_seterrormode
_beep
_sleep
_getsystime
corecrt_wctype/is_wctype
process/_loaddll
process/_unloaddll
process/_getdllprocaddr
stdlib/_seterrormode
stdlib/_beep
stdlib/_sleep
time/_getsystime
time/_setsystime
dev_langs
C++
helpviewer_keywords
obsolete functions
_beep function
_sleep function
_seterrormode function
ms.assetid 8e14c2d4-1481-4240-8586-47eb43db02b0
caps.latest.revision 7
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
ru-ru
zh-cn
zh-tw
translation.priority.mt
cs-cz
pl-pl
pt-br
tr-tr

Obsolete Functions

Certain library functions are obsolete and have more recent equivalents. We recommend you change these to the updated versions. Other obsolete functions have been removed from the CRT. This topic lists the functions deprecated as obsolete, and the functions removed in a particular version of Visual Studio.

Deprecated as obsolete in Visual Studio 2015

Obsolete function Alternative
is_wctype iswctype
_loaddll LoadLibrary, LoadLibraryEx, or LoadPackagedLibrary
_unloaddll FreeLibrary
_getdllprocaddr GetProcAddress
_seterrormode SetErrorMode
_beep Beep
_sleep Sleep
_getsystime GetLocalTime
_setsystime SetLocalTime

Removed from the CRT in Visual Studio 2015

Obsolete function Alternative
_cgets, _cgetws _cgets_s, _cgetws_s
gets, _getws gets_s, _getws_s
_get_output_format None
_heapadd None
_heapset None
inp, inpw None
_inp, _inpw, _inpd None
outp, outpw None
_outp, _outpw, _outpd None
_set_output_format None

Removed from the CRT in earlier versions of Visual Studio

_lock

_unlock