Skip to content

πŸπŸ“– C program to keep track of an ongoing cricket match and to generate and store the scorecard at the end.

Notifications You must be signed in to change notification settings

vinaykakkad/Cricket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Cricket

Code

  • css.c : Entry point
  • viewRecords.c : Functions for viewing past records
  • startMatch.c : Functions related to scoring a match and generating scorecard
  • matches.txt: List of all the matches scored
  • count.txt : Keeps the count of matches scored, to generate a unique code for new matches
  • newList.txt : To display temporay data of matches between two selected teams

To compile and run

gcc startMatch.c viewRecords.c css.c -o a.exe
.\a.exe

About

πŸπŸ“– C program to keep track of an ongoing cricket match and to generate and store the scorecard at the end.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published