Skip to content
  • Posts
  • Notes
  • Log
  • Tags
  • About
  • Projects
  • Archives
  • Search
  • Home »
  • Notes »
  • C++ fundamentals
Notes

C++ vault

  1. C++ fundamentals
    1. Compiler
    2. Functions
    3. Headers
    4. Initialization
    5. iostream
    6. Namespaces
    7. Preprocessor
    8. Program design
  2. LearnCpp course
    1. Exercises
      1. 1.11
        1. Q1
      2. 1.x
        1. Q3
      3. 2.8
        1. Q1
      4. 2.12
        1. Q1
      5. 2.x
        1. Q1
        2. Q2
        3. Q3
    2. Progress
  3. Materials
  4. Questions

C++ fundamentals

This is the reference part of my notes.

When something from LearnCpp stops being tied to one lesson and becomes general C++ knowledge, I want it here.

This section should be boring in a good way. Short explanations, examples, and links between concepts.

Notes#

  • Compiler
  • Initialization
  • iostream
  • Functions
  • Namespaces
  • Preprocessor
  • Headers
  • Program design
githubxSend an email
Copyright © 2026 | All rights reserved.