Started debugging code through UI and CLI. GDB feels significantly more convenient.
// learning C++ from scratch
Hi World!!
RSS FeedI’m Hitsuji. I’m learning C++ from scratch and building this site along the way.
Last updated:
Latest
LOGBugger debugger
LOGNot that scary
Preprocessor, a bit of headers. It all sounded worse than it actually is.
Notes:
LOGFunctions and program shape
Focused on functions and small program structure. Mostly about moving behavior out of
main()and into smaller pieces.Notes:
LOGThe 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.
Notes:
LOGIt 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.Notes:
LOGNo more messy notes
First day of studying. I’ve always struggled with taking notes, so today I decided to finally learn how to take proper ones.
Notes:
- POST
Getting Ready to Get Ready