An open API service indexing awesome lists of open source software.

https://github.com/mo-elshamy/cpp-practice-entry_level

A hands‑on collection of 19 entry‑level C++ labs—covering fundamental concepts such as data types, control flow, functions, STL basics, OOP, file I/O, and core algorithms—with well‑commented solutions adapted from Rustam‑Z’s exercises.
https://github.com/mo-elshamy/cpp-practice-entry_level

abstraction algorithms beginner cpp encapsulation file-io inheritance opp practice

Last synced: about 1 year ago
JSON representation

A hands‑on collection of 19 entry‑level C++ labs—covering fundamental concepts such as data types, control flow, functions, STL basics, OOP, file I/O, and core algorithms—with well‑commented solutions adapted from Rustam‑Z’s exercises.

Awesome Lists containing this project

README

          

# C++ Programming Practice (Entry Level)

This repository contains my solutions and practice exercises for C++ programming. The exercises are inspired by and adapted from [Rustam-Z's C++ Programming Repository](https://github.com/Rustam-Z/cpp-programming).

## Purpose
- To strengthen fundamental C++ programming concepts
- Practice problem-solving skills
- Build a solid foundation in C++ syntax and features
- Document my learning journey

## Topics Covered
- Variables and Data Types
- Control Structures (if, loops)
- Functions
- Arrays and Vectors
- Object-Oriented Programming Basics
- Input/Output Operations
- Basic Algorithms

## Acknowledgments
Special thanks to [Rustam-Z](https://github.com/Rustam-Z) for providing the original exercise materials and inspiration.

## Note
This is a practice repository for educational purposes. Solutions may vary from the original source material as they represent my own learning process.