https://github.com/szymonrucinski/book-of-heroes
FOP
https://github.com/szymonrucinski/book-of-heroes
Last synced: 4 months ago
JSON representation
FOP
- Host: GitHub
- URL: https://github.com/szymonrucinski/book-of-heroes
- Owner: szymonrucinski
- Created: 2018-12-07T12:05:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-21T13:27:22.000Z (about 4 years ago)
- Last Synced: 2025-01-08T21:22:23.762Z (5 months ago)
- Language: C++
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Book of heroes, my 1st ever C++ program
This was my project for Fundamentals of Programming classes. The course took place in 2017/18. It took me 3 weeks to finish it. It's always tough at the beginning. Althought it's far from perfect i am still sentimental about it!To run my program in a container just use the following command:
```bash
./script.sh
```
This program offers multiple jaw-dropping features:
- Adding new hero to the "book-of-heroes"
- Modifying existing information about heroes
- Loading external text file to the program and creating instances of a class from it.
- Exiting program with grace!
- User input validation.
## Screenshot
