You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Functions to search for specified file names, and to close searches.
18
18
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
-
22
19
[Format specification syntax for `printf` and `wprintf`](format-specification-syntax-printf-and-wprintf-functions.md)\
23
20
Describes the format string and arguments for `printf` and `wprintf`.
24
21
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
+
25
25
[`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.
27
27
28
28
[`_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.
30
30
31
31
[`_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.
0 commit comments