Skip to content

A tool that allows multiple golfer to track their handicap over time. The program supports multiple players using binary file I/O.

Notifications You must be signed in to change notification settings

shivomPatel/Handicap_Calculator

Repository files navigation

Handicap_Calculator

A tool that allows you to save scores and calculate a handicap over time. The collects 3 items from the user: their score, their course rating, and their course slope. The program uses these inputs to calculate a differential which is then stored on a file. Once 5 scores have been recorded, a handicap can be calculated. The beauty of this program is that it allows you to record your scores over time by using file I/O instead of having to enter in multiple score from different rounds played.

Language: C

About

A tool that allows multiple golfer to track their handicap over time. The program supports multiple players using binary file I/O.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages