https://github.com/michaelzheng67/cpp_banking_api
C++ banking api with focus on object oriented programming
https://github.com/michaelzheng67/cpp_banking_api
cpp fintech fintech-api object-oriented-programming
Last synced: about 1 year ago
JSON representation
C++ banking api with focus on object oriented programming
- Host: GitHub
- URL: https://github.com/michaelzheng67/cpp_banking_api
- Owner: michaelzheng67
- Created: 2021-07-19T18:48:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-19T18:54:04.000Z (almost 5 years ago)
- Last Synced: 2023-10-11T06:06:34.920Z (over 2 years ago)
- Topics: cpp, fintech, fintech-api, object-oriented-programming
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ Banking Api
### Created to help me practice object oriented programming with C++ language (comes with documentation)
This API functions to provide user with an "Account" class that has functionality similar to a debit account at a bank, along with functionality to open a
credit card and investment account.