CSSE 120 -- Intro. to Software Development

Homework 26

  1. Don't forget to refer to the Python vs C comparison document. You may find this helpful as you try to do things in C that you already know how to do in Python. Feel free to suggest things that we might add to this document.
  2. There is no Angel quiz for the next session.
  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. 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. Complete the definitions of each. 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.