Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 591 Bytes

File metadata and controls

14 lines (10 loc) · 591 Bytes

C++ Learning Log ⚙️

This repository is my learning journey of C++ , following the lessons and exercises from LearnCpp.com.

I use this repository to track what I learn, write my own examples, practice concepts, and build a consistent habit of coding and using Git.

🎯 Current Focus

  • Learning modern C++ from the ground up.
  • Understanding what the compiler is doing.
  • Writing clear, readable C++ code.
  • Practicing concepts through small programs and exercises.
  • Building a daily habit of coding, pushing to Git, and working in the terminal.