https://github.com/haimozer123/amnongame_-_cppfullexercises
This repository contains solutions to completed as part of the course for CPP and OOP i take in RTED collage.
https://github.com/haimozer123/amnongame_-_cppfullexercises
cpp exercises zero2hero
Last synced: 7 months ago
JSON representation
This repository contains solutions to completed as part of the course for CPP and OOP i take in RTED collage.
- Host: GitHub
- URL: https://github.com/haimozer123/amnongame_-_cppfullexercises
- Owner: HaimOzer123
- Created: 2024-11-03T11:52:00.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T07:47:17.000Z (11 months ago)
- Last Synced: 2025-03-12T18:16:22.211Z (7 months ago)
- Topics: cpp, exercises, zero2hero
- Language: C++
- Homepage:
- Size: 14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Course Exercises Solutions - CPP RTED & YT courses
This repository contains solutions to **40 exercises** completed as part of the course.
The exercises cover a range of programming concepts, and each solution has been implemented to meet the exercise requirements.
This README provides instructions on how to check the solutions and includes links to external resources.## How to Use This Repository
Each exercise solution is organized in its respective folder, with the solution code provided in C++ files (.cpp).
Browse through the folders to access individual solutions.
The code is organized and commented for easy reference.## "amnongame" - Game Instructions
Inside the repository, you will find a folder called **"amnongame.zip"**.
This folder contains a small game that you can play by following these steps:1. **Unzip** the "amnongame.zip" file.
2. Inside the extracted folder, locate the **`.exe` file**.
3. **Double-click** the `.exe` file to launch the game.Enjoy playing "amnongame"!
## Course Links
Here are the links to the course videos that helped in completing these exercises:- [Course Video 1](https://www.youtube.com/watch?v=-TkoO8Z07hI)
- [Course Video 2](https://www.youtube.com/watch?v=CBYHwZcbD-s)
- [Course Video 3](https://www.youtube.com/watch?v=8jLOx1hD3_o&t=96564s)
- [Course Video 4](https://www.youtube.com/watch?v=wN0x9eZLix4)Thank you for reviewing my solutions. I hope you find them informative and helpful!