Skip to content

Learning Log

Short logs from study sessions: what I learned, what was difficult, and which notes changed.

  1. Floating around

    cpp / fundamentals

    Collected a few small C++ terms that were floating around and found some answers.

    Updated notes

  2. Functions and program shape

    cpp / learncpp

    Focused on functions and small program structure. Mostly about moving behavior out of main() and into smaller pieces.

    Updated notes

  3. The hundredth time

    cpp / learncpp

    Starting from the basics again, probably for the hundredth time. Even though I already know and understand most of this, it still feels weird to skip it.

    Updated notes

  4. It works

    cpp / fundamentals

    I spent some time playing around with the compiler, mainly learning how to compile .cpp files. I learned what a debugger is and how to use it, as well as how to build the final version of a program.

    Updated notes

  5. No more messy notes

    cpp / notes

    First day of studying. I decided to stop taking messy notes and finally learn how to take proper ones (it’s an important skill I’ve always lacked), while also creating this public caricature of documentation.

    Updated notes