CProjects - six short assignments to be implemented in the C programming language
CSSE 221 – Fundamentals of Software Development Honors
Fall 2008–2009

Work on these exercises individually, but be quick to get help as needed from your student assistants, your instructor and your classmates.

CProject: ArrayListOfDogs (resizable arrays of structures)

Overview

This project integrates what you have learned about:

Instructions

  1. Checkout from your individual repository the project called ArrayListOfDogs.
  2. Read all of the code in the project so far, noting especially:
  3. Run main, noting that it compiles and runs but prints nonsense values (because of the stubs).
  4. In ArrayListOfDogs.h, fill in the fields of the structure called ArrayListOfDogs so that has the following fields:
  5. Get your work so far graded, by your instructor, student assistant or a newly-promoted student assistant.
  6. Write and test the stubbed functions in ArrayListOfDogs.c, per their comments.
  7. Get your work so far graded, by your instructor, student assistant or a newly-promoted student assistant.
  8. Turn in your work by committing your project to your individual repository.