Posts
All the articles I've posted.
-
AP Computer Science A After 2025: The Ideas That Matter and the Traps That Don’t
Published:If your AP Computer Science A prep still drills extends and “write a recursive method,” you are studying a course College Board already replaced.
-
The Easy Guide to g++ Command Line Arguments for C++23
Published:Building Your Canonical Debug and Release Configurations
-
Mastering C++ reserve(): The Performance Game-Changer You're Probably Not Using Enough
Published:After nearly four decades of writing performance-critical C++ code, I've seen countless developers overlook one of the most impactful optimizations hiding in plain sight: the humble reserve() method.
-
C++ Prime Number Generator
Published:Classic and modern prime number generators for C++.