C++ Project

Hangzhou Bank System

A C++ banking-system project from earlier programming work, preserved as part of the engineering journey.

Undergraduate

Project overview

This project reflects earlier object-oriented programming practice and helps show the foundation behind later software engineering work.

Motivation

Small systems projects are useful for learning control flow, state handling, and program structure before moving into larger products.

Method and architecture

  • Console-based logic design
  • Object-oriented C++ practice
  • Basic banking workflow modeling

My contribution

  • Implemented the project in C++
  • Used the work to strengthen programming fundamentals
  • Preserved the project as part of the learning journey

Impact

  • Shows the progression from programming fundamentals to full application work
  • Adds educational context to the portfolio