Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1 KB

global-variables-and-standard-types.md

File metadata and controls

20 lines (19 loc) · 1 KB
title ms.custom ms.date ms.technology ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid author ms.author ms.workload
Global Variables and Standard Types | Microsoft Docs
11/04/2016
cpp-standard-libraries
conceptual
c.variables
C++
global variables, CRT
standard types, CRT
standard types
types [CRT]
8f8bad6f-2b78-4068-a0dc-77d58d978920
corob-msft
corob
cplusplus

Global Variables and Standard Types

The Microsoft run-time library contains definitions for global variables, control flags, and standard types used by library routines. Access these variables, flags, and types by declaring them in your program or by including the appropriate header files.

See Also

C Run-Time Library Reference
Global Constants