C++ data types

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(released)
(Built in)
 
(3 intermediate revisions by one user not shown)
Line 42: Line 42:
 
* [[bool (C++)|bool]]
 
* [[bool (C++)|bool]]
 
* [[void (C++)|void]]
 
* [[void (C++)|void]]
* [[nullptr]] (Null pointer)
+
===Metatypes===
===Special===
+
* [[C++ pointer|pointer]]
 +
* [[C++ array|array]]
 +
 
 +
===Literals===
 
* [[C++ UTF-8 character literal]]
 
* [[C++ UTF-8 character literal]]
 +
* [[nullptr]] (Null pointer)
  
 
==STL==
 
==STL==
Line 95: Line 99:
 
* [[std::high_resolution_clock]]
 
* [[std::high_resolution_clock]]
 
* [[std::string]]
 
* [[std::string]]
 +
* [[std::nullptr_t]]
  
 
==External link==
 
==External link==
 
* http://www.cplusplus.com/reference/
 
* http://www.cplusplus.com/reference/

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