Guide to C++

Table of Contents

Basic Syntax

  1. Basics: Main function, how to compile, comments.
  2. Variables: Common types, Math, Const, Casts
  3. Functions: Creating and calling, Passing and returning values, Scope
  4. Compilation Files: Header and Source, Namespaces

STL

  1. String: wstring and string, Comparison, Concatenation
  2. Advanced Strings: String functions, iterators and ranges

Boost

  1. Boost.Regex