Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bujowskis/put-oop-crypto
Repository for Object-Oriented Programming C++ project - a cryptocurrency wallet
https://github.com/bujowskis/put-oop-crypto
Last synced: 27 days ago
JSON representation
Repository for Object-Oriented Programming C++ project - a cryptocurrency wallet
- Host: GitHub
- URL: https://github.com/bujowskis/put-oop-crypto
- Owner: bujowskis
- License: gpl-3.0
- Created: 2021-10-20T09:59:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-12T10:44:29.000Z (about 3 years ago)
- Last Synced: 2024-11-07T20:47:51.114Z (3 months ago)
- Language: C++
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# put-OOP-crypto
Repository for Object-Oriented Programming C++ project - a cryptocurrency wallet## Compiling and running
`main.cpp` is, as the name suggests, the main entry point of the project. `all_headers.h` combines all the necessary
headers needed for the whole project to work. As long as the structure given in this repo is preserved, compiling it
can be done with a simple
```
g++ -o main main.cpp
```
provided you're using g++ compiler.The program doesn't take any command-line arguments. If it requires a user input, the instructions should be enough to
understand it.