SICE Curriculum Portal for Thomas Heffron
Contents

Home
UMKC Curriculum
   FS '96
      CS 101
   SS '01
      CS 201
   FS '01
      CS 191
      CS 281
   WS '02
      CS 291
      EN 304wi
   SS '02
      CS 352
      CS 481
   FS '02
      CS 431
      CS 441
   WS '03
      CS 423
      CS 451
SICE Survival Guide
Personal Experience

contact me @umkc:
tehqnf@umkc.edu

CS441 - Homework #6

This assignment has two parts - a main program and an external function.
 
Main program - starts and ends all other processes.
 
Producer program - Opens file and sends data to filter.
 
Filter program - Reads from producer, encrypts, and sends data to consumer.
 
Consumer program - Reads from filter, decrypts, and writes to file.