Urgent help!!!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kindle Life 123
    New Member
    • May 2018
    • 7

    Urgent help!!!

    I have a c++ project on Sports club management. Please provide some ideas that i can start with
  • dev7060
    Recognized Expert Contributor
    • Mar 2017
    • 656

    #2
    You need to plan and figure out how are you going to implement things. You can use different tools like ArgoUML etc. for diagrams.

    Different things you can include in your project:

    -For the main interface: Addition of new members, deletion of members, update in the existing info of the members, stock available of equipment, information of issued equipment, event dates, coaches details etc.

    -For a member: Joining date, membership expiration date, gender, payment status, team, joined sports etc.

    You can use class objects to perform read/write operations with the files.

    Comment

    Working...