Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 708 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 708 Bytes

C++ Learning Journey

This repository contains my C++ learning progress, including exercises, notes, and mini-projects.

Learning Resource

The exercises in this repository are initially from the book: Modern C++ for Absolute Beginners.

As I progress, I may add my own projects and custom exercises.

Topics Covered

  • Basic Syntax
  • Variables and Data Types
  • Input/Output (cin, cout)
  • Control Flow (if statements, loops)
  • Functions and Scope
  • Object-Oriented Programming (OOP)

Notes

This repository is for practice purposes only. Feedback and suggestions are welcome!