Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 2.51 KB

c-run-time-library-reference.md

File metadata and controls

56 lines (41 loc) · 2.51 KB
title ms.custom ms.date ms.technology ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid author ms.author ms.workload
C Run-Time Library Reference | Microsoft Docs
11/04/2016
cpp-standard-libraries
conceptual
c.runtime
C++
CRT
run-time libraries
CRT, reference
a503e11c-8dca-4846-84fb-025a826c32b8
corob-msft
corob
cplusplus

C Run-Time Library Reference

The Microsoft run-time library provides routines for programming for the Microsoft Windows operating system. These routines automate many common programming tasks that are not provided by the C and C++ languages.

Sample programs are included in the individual reference topics for most routines in the library.

In This Section

C Run-Time Libraries Discusses the .lib files that comprise the C run-time libraries.

Universal C runtime routines by category Provides links to the run-time library by category.

Global Variables and Standard Types Provides links to the global variables and standard types provided by the run-time library.

Global Constants Provides links to the global constants defined by the run-time library.

Alphabetical Function Reference Provides a table of contents entry point into an alphabetical listing of all C run-time library functions.

Generic-Text Mappings Provides links to the generic-text mappings defined in Tchar.h.

Language and Country/Region Strings Describes how to use the setlocale function to set the language and Country/Region strings.

Related Sections

Debug Routines Provides links to the debug versions of the run-time library routines.

Run-Time Error Checking Provides links to functions that support run-time error checks.

DLLs and Visual C++ run-time library behavior Discusses the entry point and startup code used for a DLL.

Debugging Provides links to using the Visual Studio debugger to correct logic errors in your application or stored procedures.