aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/compilation/target/c++.md
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/bookmark/compilation/target/c++.md')
-rw-r--r--documentation/bookmark/compilation/target/c++.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/documentation/bookmark/compilation/target/c++.md b/documentation/bookmark/compilation/target/c++.md
index 1a82f8212..c31acb441 100644
--- a/documentation/bookmark/compilation/target/c++.md
+++ b/documentation/bookmark/compilation/target/c++.md
@@ -59,12 +59,16 @@
# String
-0. []()
0. [CsString (intro to unicode)](https://www.youtube.com/watch?v=nYzi0-VAXQM)
0. [CsString (library design)](https://www.youtube.com/watch?v=w_kD-qAkoH0)
0. [char8_t](https://www.youtube.com/watch?v=vOOLXvu-xtU)
0. [std::u32string](https://www.cplusplus.com/reference/string/u32string/)
+# Integer
+
+0. [Fixed width integer types (since C++11)](https://en.cppreference.com/w/cpp/types/integer)
+0. [Standard library header <cstdint> (C++11)](https://en.cppreference.com/w/cpp/header/cstdint)
+
# Variadic functions
0. []()