Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 778 Bytes

new-operator-crt.md

File metadata and controls

13 lines (12 loc) · 778 Bytes
description title ms.date api_location api_type topic_type helpviewer_keywords ms.assetid
Learn more about: operator new(CRT)
operator new(CRT)
11/04/2016
msvcr110_clr0400.dll
msvcr100.dll
msvcr120.dll
msvcr110.dll
msvcr80.dll
msvcr90.dll
DLLExport
apiref
operator new[]
vector new
79682f85-6889-40f6-b8f7-9eed5176ea35

operator new (CRT)

Beginning in Visual Studio 2013, the Universal C Runtime (UCRT) no longer supports the C++-specific operator new and operator delete functions. These functions are now part of the C++ Standard Library. For more information, see new and delete operators and new operator in the C++ Language Reference.