Collected a few small C++ terms that were floating around and found some answers.
Learning Log
Short logs from study sessions: what I learned, what was difficult, and which notes changed.
Not that scary
Preprocessor, a bit of headers. It all sounded worse than it actually is.
Updated notes
Functions and program shape
Focused on functions and small program structure. Mostly about moving behavior out of
main()and into smaller pieces.Updated notes
The hundredth time
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
It works
I spent some time playing around with the compiler, mainly learning how to compile
.cppfiles. 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
No more messy 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