Skip to content

eimiii1/structured-cpp

Repository files navigation

🧠 Structured C++

A collection of small C++ projects and experiments built while learning and mastering core programming concepts.

This repository documents my progress in C++ — from fundamentals to more advanced topics like memory management, OOP, and STL usage.


📌 Purpose

  • Practice core C++ fundamentals
  • Understand memory, pointers, and references deeply
  • Explore object-oriented programming
  • Experiment with STL containers
  • Improve problem-solving and code structure

🛠 Topics Covered

  • 🔄 Classes & Objects
  • 🔄 File I/O
  • 🔄 Data Structures
  • 🔄 Algorithms
  • 🔄 Sorting Techniques
  • 🔄 STL Containers

(Will continue expanding as I progress.)


📂 Projects

# Project Description Status
1 Sorting Techniques Contains implementations of common sorting algorithms like Bubble Sort and Selection Sort and etc. In Progress
2 STL Containers C++ examples and notes for learning STL containers like vector, map, set, and list. In Progress

About

Structured C++ projects showcasing OOP, STL, algorithms, and real hands-on mini-projects.

Topics

Resources

License

Stars

Watchers

Forks

Contributors