##UCF KnightsBall Lottery

This is my C++ take on a C assignment from my CS1 course in 2011.

  • Reads in an input file, knightsball.in, with the data for the ticket purchases.
  • Stores the information from input file into an array of structs.
  • Randomly generates a set of 6 lotto numbers.
  • Compares the input numbers with the randomly generated numbers.
  • Sets the winners of each input contestant.
  • Outputs the results to a file, knightsball.out.