Skip to content

Commit bdfaaac

Browse files
TylerMSFTTylerMSFT
authored andcommitted
add new/delete
1 parent 514018f commit bdfaaac

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

docs/c-runtime-library/function-family-overviews.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,26 @@ Functions to load and execute a new process.
1616
[Filename search functions](filename-search-functions.md)\
1717
Functions to search for specified file names, and to close searches.
1818

19-
[Format specification field characters: `scanf` and `wscanf`](format-specification-fields-scanf-and-wscanf-functions.md)\
20-
Describes the format specification fields for parsing an input stream for the entire `scanf` family of functions.
21-
2219
[Format specification syntax for `printf` and `wprintf`](format-specification-syntax-printf-and-wprintf-functions.md)\
2320
Describes the format string and arguments for `printf` and `wprintf`.
2421

22+
[Format specification field characters: `scanf` and `wscanf`](format-specification-fields-scanf-and-wscanf-functions.md)\
23+
Describes the format specification fields for parsing an input stream for the entire `scanf` family of functions.
24+
2525
[`is`, `isw` functions](is-isw-routines.md)\
26-
The functions for testing characters for things like whether they are uppercase, ASCII, numeric, punctuation, and so on.
26+
Functions for testing characters for things like whether they are uppercase, ASCII, numeric, punctuation, and so on.
2727

2828
[`_ismbb` functions](ismbb-routines.md)\
29-
The functions for testing an integer value for whether it represents an alpha character, blank character, a print character, and so on.
29+
Functions for testing an integer value for whether it represents an alpha character, blank character, a print character, and so on.
3030

3131
[`_ismbc` functions](ismbc-routines.md)\
32-
The functions for testing a multibyte character for whether it represents an alpha character, blank character, a print character, and so on.
32+
Functions for testing a multibyte character for whether it represents an alpha character, blank character, a print character, and so on.
33+
34+
[operator `delete` (CRT)](delete-operator-crt)\
35+
Beginning in Visual Studio 2013, the Universal C Runtime (UCRT) no longer supports the C++-specific operator delete function. It is now part of the C++ Standard Library.
36+
37+
[operator `new` (CRT)](new-operator-crt)\
38+
Beginning in Visual Studio 2013, the Universal C Runtime (UCRT) no longer supports the C++-specific operator new function. It is now part of the C++ Standard Library.
3339

3440
[Positional parameter `printf` functions](printf-p-positional-parameters.md)\
3541
Positional parameters specify by number which of the arguments is to be substituted into a field in a format string.

0 commit comments

Comments
 (0)