Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main Page
Help
Browse
Cookbook
Wikijunior
Featured books
Recent changes
Random book
Using Wikibooks
Community
Reading room forum
Community portal
Bulletin Board
Help out!
Policies and guidelines
Contact us
Search
Search
Appearance
Donations
Create account
Log in
Personal tools
Donations
Create account
Log in
Pages for logged out editors
learn more
Contributions
Discussion for this IP address
C++ Language/Std/CRuntime
Add languages
Add links
Book
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Sister projects
Wikipedia
Wikiversity
Wiktionary
Wikiquote
Wikisource
Wikinews
Wikivoyage
Commons
Wikidata
MediaWiki
Meta-Wiki
Print/export
Create a collection
Download as PDF
Printable version
In other projects
Appearance
move to sidebar
hide
From Wikibooks, open books for an open world
<
C++ Language
|
Std
C++ Language
Overview
Preprocessing
Macros
Tokenization
Preprocessing Strings
Compile-time Constants
Compile-time Assertions
Conditional-Compilation
Namespace
Namespace Shortcuts
Nesting
Splitting across Files
Named and Unnamed
Type
Hungarian Prefixes
Boolean
Literals
Bitwise Representation
Max Value
Conversion
Enumeration
Shortcuts
Variant
RTTI: RunTime Type Information
Variables
Lifetime and Scope
Initialization
Uniform Initialization
Initialize without Constructor
Decomposing-Auto
Define at Same Time as Type
Indirection
Pointers
Typed NULL
Arrays
Reference Variables
Rvalue-References
Smart Pointers
Expressions
Precedence
Chain of Assignment
Program Flow
Loops
The break Statement
Return Value
Parameters
Function Overloading
Function-Pointer
Deprecating a Function
Objects
Accessibility
Unwanted Compiler-Generated Functions
Constructors
Destructors
Const Members
Static Members
Inheritance
Operator Overloading
Nested Classes
Pointer to Members
Low-Level C Structures
Templates
Templated-Functions
Templated-Classes
Templated-Variables
Template-Parameters
Traits
Metaprogramming
Concepts
Error Handling
Returning an Error Code
Assertions
C++ Exception Handling
Standard Libraries
C-Runtime
STL: Standard Template Library
Strings
IOStreams
Filesystem Access
Multithreading
RNG: Random Number Generator
Obsolete Features
The "C-Runtime" is a library that has been carried over from the C language.
Math
Heap Memory
Time
Basic Algorithms
Executing a Shell Command
Category
:
Book:C++ Language