/Persistent-Data-Assignment

Persistent data assignment to demonstrate MP3 tag reading, simple scramble encryption and printing football team stats from a bin file consisting of results.

Primary LanguageC

Persistent-Data-Assignment

First year project relating to file reading.

  • Read_MP3.c = Reads the mp3 tag and prints the relevant song data if its exists.
  • Scramble.c = Scrambles any file by swapping the bits.
  • Unscramble.c = Unscrambles any files that has already been scrambled.
  • Table.c = Prints out a league table using a .bin file.
  • Team_stats.c = Prints out all the relevant statistics for one team.