CSSE 120 -- Intro. to Software Development

Homework 26

  1. You must do this assignment using Eclipse and the StringFunctions project that you checked out from your individual SVN repository in class.

  2. In the source file StringFunctions.c, edit the initial comment to include your name and today's date.
  3. (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.

Preparation for Next Time

Watch the set of videos assigned for next time and complete the take-home quiz. The main schedule page contains links to the videos, slides, and quiz. Paper copies of the quiz are due at the start of next class.