ahouts / CIS22B_FinalProject

\ Final project for CIS22B
0 stars 3 forks source link

Master #77

Closed scrable closed 8 years ago

scrable commented 8 years ago

Added the sorting for the report module and updated the sort by title. Changed a switch in BookDatabase to if statements to handle a char input instead of the expected int Removed the content in the BookDatabase destructor as it was causing a system error when the program should be ending normally - the system was trying to delete the database twice Fixed misc formatting issues Fixed timings of clear screens