Windows Systems Programming: Spring 2004

[ Home | Syllabus | Course Notes | Assignments | Search]


Assignment 1: Read, Order, Print List of Names

Description: This program will read a list of names entered on the console command prompt window and print that list out in alphabetical order.

FUNCTIONAL REQUIREMENTS:

  1. The names will be entered, one name per line, in the format

  2. first last

  3.  It will print out the names entered in alphabetically order, one name per line,  in the format

    last, first

IMPLEMENTATION REQUIREMENTS:

ASSIGNMENT SUBMISSION:

Due: January 28th by midnight

Send your completed assignment to cs333@cs.odu.edu. Put all file(s) submitted into a single ".sip file" using your ODUDCS UNIX login name (e.g. mine would be "wild.zip").


Copyright chris wild 1999-2004.
For problems or questions regarding this web contact [Dr. Wild].
Last updated: January 28, 2004.