https://github.com/ahmedalyelghannam/cpp_playground
This repo contains practice code for C++ (Nothing fancy here)
https://github.com/ahmedalyelghannam/cpp_playground
Last synced: 3 months ago
JSON representation
This repo contains practice code for C++ (Nothing fancy here)
- Host: GitHub
- URL: https://github.com/ahmedalyelghannam/cpp_playground
- Owner: AhmedAlyElGhannam
- Created: 2023-07-05T10:06:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T16:41:03.000Z (11 months ago)
- Last Synced: 2024-07-11T21:14:45.580Z (11 months ago)
- Language: C++
- Size: 293 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cpp_Playground
I am---mainly---following the course titled: \
"Mastering 4 critical SKILLS using C++ 17" \
All the codes contained here are all the assignments/homework/projects included in the course. \
Projects Highlights are: \
09_13_HW3: Employee Management System \
10_10_HW3: Tic-Tac-Toe Game \
13_Project_1: Hospital System \
14_Practice: Simple Queue Using Structures