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.
- Host: GitHub
- URL: https://github.com/mo-elshamy/cpp-practice-entry_level
- Owner: Mo-Elshamy
- Created: 2025-04-17T23:27:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-18T00:08:35.000Z (about 1 year ago)
- Last Synced: 2025-04-18T13:29:31.097Z (about 1 year ago)
- Topics: abstraction, algorithms, beginner, cpp, encapsulation, file-io, inheritance, opp, practice
- Language: C++
- Homepage:
- Size: 257 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.