Spring 2015 CSCI 373 Homework 5 Problems

Times

Submitted solutions

Other stuff

A large number of the questions I received variations were “Do have have an example of a program that I can modify for the assignemnt?”

Testing is important. It can be tested using nc.

I did not see any functions to process the input line. I did see many an elif in the main loop. Write a command processing function and test it early!

Make your code “bullet proof.” This was hard for the first classes I taught, but now we have exceptions!

Your program should check for all of these conditions.

The plan

What is submitted so far will be 50% of the 50 points. There will be a Homework 5bis to improve the overall grade. Start working on it.