Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.