CSSE 120 -- Intro. to Software Development

Homework 26

  1. Complete the assigned reading for the next session listed on the schedule page.
  2. (12 pts) Complete the last-of-the-course Angel quiz over the reading assignment. You'll find the quiz on the course Angel page, under Lessons → Homework → Homework 26 → Files .
  3. You must do this assignment using Eclipse and the CharactersAndStrings project that you checked out from your individual SVN repository in class.

    Be sure to check out that project into your Eclipse C workspace, not your Python workspace.

  4. In the source file string-functions.c, edit the initial comment to include your name and today's date.
  5. (30 pts) Stubs for the 6 functions below have been provided for you in string-functions.c. The file also contains short specifications of each function as comments. For each, write thorough tests and complete the function definitions. You might want to use the functions declared in the ctype.h and string.h headers in your solution. Be sure to commit to your repository as you finish each function; that will help us to award credit for each function that you finish.

    When your code is working, commit it to your repository.