Implement a simple automated bank registry system solution
Project 2 – Programming ProjectOverview Using Classes Implementation (20 points)Implement a simple automated bank registry system. The implementation will include severalattributes related to a transaction, and the data will be managed in a global linked list withinmemory. The program must use the “list” API in the C++ standard template library. All of theattributes associated with each transaction will be stored as a single object within […]