|
1 | 1 | --- |
2 | 2 | title: "Run-Time Routines by Category | Microsoft Docs" |
3 | 3 | ms.custom: "" |
4 | | -ms.date: "11/04/2016" |
5 | | -ms.reviewer: "" |
6 | | -ms.suite: "" |
| 4 | +ms.date: "03/30/2018" |
7 | 5 | ms.technology: ["cpp-standard-libraries"] |
8 | | -ms.tgt_pltfrm: "" |
9 | 6 | ms.topic: "article" |
10 | 7 | f1_keywords: ["c.runtime"] |
11 | 8 | dev_langs: ["C++"] |
12 | 9 | helpviewer_keywords: ["routines, run-time", "functions [CRT], run-time", "categories, run-time functions", "functions [CRT]"] |
13 | 10 | ms.assetid: de6f5ac4-2226-4dad-be9f-deeb31138c9d |
14 | | -caps.latest.revision: 11 |
15 | 11 | author: "corob-msft" |
16 | 12 | ms.author: "corob" |
17 | 13 | manager: "ghogen" |
18 | 14 | ms.workload: ["cplusplus"] |
19 | 15 | --- |
20 | 16 | # Run-Time Routines by Category |
21 | | -This section lists and describes Microsoft run-time library routines by category. For reference convenience, some routines are listed in more than one category. Multibyte-character routines and wide-character routines are grouped with single-byte - character counterparts, where they exist. |
22 | | - |
23 | | - The main categories of Microsoft run-time library routines are: |
24 | | - |
25 | | -||| |
26 | | -|-|-| |
27 | | -|[Argument Access](../c-runtime-library/argument-access.md)|[Buffer Manipulation](../c-runtime-library/buffer-manipulation.md)| |
28 | | -|[Byte Classification](../c-runtime-library/byte-classification.md)|[Character Classification](../c-runtime-library/character-classification.md)| |
29 | | -|[Data Alignment](../c-runtime-library/data-alignment.md)|[Data Conversion](../c-runtime-library/data-conversion.md)| |
30 | | -|[Debug Routines](../c-runtime-library/debug-routines.md)|[Directory Control](../c-runtime-library/directory-control.md)| |
31 | | -|[Error Handling](../c-runtime-library/error-handling-crt.md)|[Exception Handling Routines](../c-runtime-library/exception-handling-routines.md)| |
32 | | -|[File Handling](../c-runtime-library/file-handling.md)|[Floating-Point Support](../c-runtime-library/floating-point-support.md)| |
33 | | -|[Input and Output](../c-runtime-library/input-and-output.md)|[Internationalization](../c-runtime-library/internationalization.md)| |
34 | | -|[Memory Allocation](../c-runtime-library/memory-allocation.md)|[Process and Environment Control](../c-runtime-library/process-and-environment-control.md)| |
35 | | -|[Robustness](../c-runtime-library/robustness.md)|[Run-Time Error Checking](../c-runtime-library/run-time-error-checking.md)| |
36 | | -|[Searching and Sorting](../c-runtime-library/searching-and-sorting.md)|[String Manipulation](../c-runtime-library/string-manipulation-crt.md)| |
37 | | -|[System Calls](../c-runtime-library/system-calls.md)|[Time Management](../c-runtime-library/time-management.md)| |
38 | | - |
39 | | -## See Also |
40 | | - [C Run-Time Library Reference](../c-runtime-library/c-run-time-library-reference.md) |
| 17 | + |
| 18 | +This section lists and describes Microsoft run-time library routines by category. For reference convenience, some routines are listed in more than one category. Multibyte-character routines and wide-character routines are grouped with single-byte character counterparts, where they exist. |
| 19 | + |
| 20 | +The main categories of Microsoft run-time library routines are: |
| 21 | + |
| 22 | +||| |
| 23 | +|-|-| |
| 24 | +|[Argument Access](../c-runtime-library/argument-access.md)|[Buffer Manipulation](../c-runtime-library/buffer-manipulation.md)| |
| 25 | +|[Byte Classification](../c-runtime-library/byte-classification.md)|[Character Classification](../c-runtime-library/character-classification.md)| |
| 26 | +|[Complex math support](../c-runtime-library/complex-math-support.md)|| |
| 27 | +|[Data Alignment](../c-runtime-library/data-alignment.md)|[Data Conversion](../c-runtime-library/data-conversion.md)| |
| 28 | +|[Debug Routines](../c-runtime-library/debug-routines.md)|[Directory Control](../c-runtime-library/directory-control.md)| |
| 29 | +|[Error Handling](../c-runtime-library/error-handling-crt.md)|[Exception Handling Routines](../c-runtime-library/exception-handling-routines.md)| |
| 30 | +|[File Handling](../c-runtime-library/file-handling.md)|[Floating-Point Support](../c-runtime-library/floating-point-support.md)| |
| 31 | +|[Input and Output](../c-runtime-library/input-and-output.md)|[Internationalization](../c-runtime-library/internationalization.md)| |
| 32 | +|[Memory Allocation](../c-runtime-library/memory-allocation.md)|[Process and Environment Control](../c-runtime-library/process-and-environment-control.md)| |
| 33 | +|[Robustness](../c-runtime-library/robustness.md)|[Run-Time Error Checking](../c-runtime-library/run-time-error-checking.md)| |
| 34 | +|[Searching and Sorting](../c-runtime-library/searching-and-sorting.md)|[String Manipulation](../c-runtime-library/string-manipulation-crt.md)| |
| 35 | +|[System Calls](../c-runtime-library/system-calls.md)|[Time Management](../c-runtime-library/time-management.md)| |
| 36 | + |
| 37 | +## See also |
| 38 | + |
| 39 | +[C Run-Time Library Reference](../c-runtime-library/c-run-time-library-reference.md)<br/> |
0 commit comments