# ABC Bank **Repository Path**: charming/ABC-Bank ## Basic Information - **Project Name**: ABC Bank - **Description**: A C/S framework.Use qt to implement client and use muduo to implement server. - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2015-04-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #ABC Bank This project is just a practise project.The source is based on website(http://www.cppcourse.com)'s teacher Mr jiang.I have bought his lesson about how to learn c++. This project is not a copy of the teaching project. I try to understand the project and implement it in my way.In the projet,it use a JFC to implement client's ui.JFC is a framework that implement by teacher,he just want to show how MFC implement.However it may not useful in other project,so I use qt to replace JFC to implement the client ui.The server implementation will be based on muduo lib.