Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 505 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 505 Bytes

Member-Management-System

a c++ program stimulates a member management system for staff use only

Program Description

The program is designed to stimulate a member management system for a society which allows the user to enter relevant information about a member, list out members’ details based on certain filters and disable one person’s membership.

  • Key Implementation
    • Class & Objects
    • Quick Sort
    • Arrays
    • Operator Overloading
    • Condition Filter Logics