about
Bits Additions
08/03/2024
Bits Code in github Repo

Bits Additions

new things, fixes, improvements

Bite Index Just starting C++ Bites.
See C++ Story until they arrive.
Introduction Introducton to C++: Highs & Lows Survey Survey of CppBites Core C++   memory C++ memory model types type system classes class logical model, memory layout templates generic functions and classes STL Standard Template Library C++ 11   auto type deduction declaration shared_ptr reference counting smart pointer range-based for iterate over container move move construction and assignment lambdas local anonymous functions variadic templates argments generated from param pack few more things several smaller additions C++ 14   function return type deduction declare compiler generated type variable templates variable of template type aggr init braced initializ'n of aggr members generic lambdas lambdas taking generic arguments shared mutex provides shared and exclusive access tuple addressing via type access by type instead of position quoted stream read and write quoted stream few more things other additions C++ 17   if constexpr important helper for TMP structured bindings bind bracketed list to aggr fold expression expands variadic param pack over binary op std::filesystem library for managing directories std::apply() invoke callable with tuple of args std::any() type-safe container for any type few more things more extensions C++ 20   concepts compile-time bounds for template args modules share decls and defs across transl'n units coroutines functions that can suspend & resume ranges iterator-like object simplifying algor std::format string formatting library operator <=> provides defalut operations for <, =, > few more things more extensions    
This page links to references for Languages and Visual Studio Code (VS Code).

Table 1. Recent Bits Additions

Item Addition Date
Additions page Added this page 08/03/2024
Language Definitions Added image popups in table for Copy, Move, and Reference types 08/01/2024
Language History Added History Details dropdown 07/28/2024

Table 2. Fixes and Improvements

Item Change Date
Bits Index Added to all headers in Bits Track links, including this page. 08/03/2024

Table 3. Planned Changes

Item Planned Addition
Bits Repo Page Add description of code in github Repo near top of page
JavaScript code Plan to add generics and iteration pages
TypeScript code Plan to all of the code bits: Hello, Data, Objects, Generics, and Iteration
  Next Prev Pages Sections About Keys