/spring16-project1

Template code for project 1 of CS118 (Spring 2016)

Primary LanguageC++

CS118 Project 1

Template for for CS118 Spring 2016 Project 1

Makefile

This provides a couple make targets for things. By default (all target), it makes the web-server and web-client executables.

It provides a clean target, and tarball target to create the submission file as well.

You will need to modify the Makefile to add your userid for the .tar.gz turn-in at the top of the file.

Provided Files

web-server.cpp and web-client.cpp are the entry points for the web-server and web-client part of the project.