C++ data types

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Built in)
 
(One intermediate revision by one user not shown)
Line 42: Line 42:
 
* [[bool (C++)|bool]]
 
* [[bool (C++)|bool]]
 
* [[void (C++)|void]]
 
* [[void (C++)|void]]
 +
===Metatypes===
 
* [[C++ pointer|pointer]]
 
* [[C++ pointer|pointer]]
* [[nullptr]] (Null pointer)
+
* [[C++ array|array]]
  
===Special===
+
===Literals===
 
* [[C++ UTF-8 character literal]]
 
* [[C++ UTF-8 character literal]]
 +
* [[nullptr]] (Null pointer)
  
 
==STL==
 
==STL==

Latest revision as of 13:27, 13 May 2015

File Format
Name C++ data types
Ontology
Released 1983, 1998, 2011, 2014

Types in the C++ programming language.

Contents

[edit] Built in

[edit] Metatypes

[edit] Literals

[edit] STL

[edit] Containers

[edit] IO types

[edit] Threading

[edit] Exceptions

[edit] Iterators

[edit] Other

[edit] External link

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox