/**************************************************************************** * COSC1283/1284 - Programming Techniques * Semester 1 2013 Assignment #1 * Full Name : Mathew Sheppard * Student Number : s3316530 * Yallara Username : s3316530 * Course Code : 1284 * Program Code : MC062 * Start up code provided by Paul Miller and Xiaodong Li ****************************************************************************/ ----------------------------------------------------------------------------- If selected, do you grant permission for your assignment to be released as an anonymous student sample solution? ----------------------------------------------------------------------------- Yes/No No ----------------------------------------------------------------------------- Known bugs: ----------- Incomplete functionality: ------------------------- Assumptions: ------------ Assumes that the comments provided as part of the skeleton code in options1.c serve as par of the function header comments for those functions, and have been left as is. Assumes that the /*delete and insert code here*/ comments required that those comments be deleted, and where not inplce to mark where skeleton code was. Assumes that "Translating alphabetic number" requires that something must be entered and that 'nothing' is not a valid input. The user is re-prompted until they enter something. The prompt has been adjusted to display the minimum and maximum characters. Assumes that each try again for "mine sweeper" represents a new game for the purposes of optionStats and "session summary" tracking the number of times an option is selected i.e. each try again results in the counter being incremented. Assumes that the the current selection of "session summary" is included in thecount for how many times session summary has been selected i.e. the first time it is selected the value is '1' and not '0'. Any other notes for the marker: ------------------------------- The second line of the skeleton code comment for requirement #5 "find substring" in options1.c is longer than 80 chars. As it was supplied as part of the skeleton code, it remains unchanged. Some code (getUserInput(), getValidInt() in utilities) is partially based on the test_fgets.c example available on blackboard.