A collection of C++ programs, exercises, and projects created while learning C++.
- Every time I trash on java you have to take a shot when reading my deep_dive notes.
- hw/ — Homework assignments (hw01–hw05, plus a bonus)
- lab/ — Lab exercises (lab01–lab13)
- projects/ — Personal projects and practice
graphics/— Terminal graphics experiments (sine waves, cubes, colors)leetcode/— LeetCode and HackerRank problem solutionsfun/— Miscellaneous fun programs (truth tables, etc.)fibbo/— Fibonacci implementationdeep_dives/— Deep dives into the way the actual physics works, and limitations of hardware (bitshifting, fixed point integar math, COBOL, dives...)
- idk/ — Scratch files and experimentation (pointers, vectors, matrices, TUI apps, etc.)
- 01.cpp, var.cpp, calculator.cpp — Early standalone exercises