Skip to content

Final Release

Latest
Compare
Choose a tag to compare
@Novantric Novantric released this 02 Dec 19:11
· 1 commit to master since this release

I do belive this can qualify as a final release. I've a bunch of ideas that could be implemented but I already use the techniques requored elsewhere in the code., which could waste time while not providing much difference to the end-user.

New

  • A menu with different ways to show the records!
  • Newline printing function
  • Shorts, strings, and characters should now all have input validation
  • Sorting by the first character of a saved name is here! Amazing.

Tweaks

  • Re-ordered functions so that menu() could theoretically call anything
  • Loads of quality of life changes
  • A message will be displayed if no data is found on all code paths
  • Very few warnings! GetChars() have been fully figured out and return void.
  • Changed bool from an int to an unsigned short for compatability with some functions

Though this is essentially the final version I MAY come back and add stuff. Maybe.