|
Objectives Addressed
Overview
The purpose of this lab is to implement a Histogram class for which the public interface has already been designed. Problem Statement
Implement the Histogram class (refer to the Histogram.h header file) and write a program that will use the Histogram and LogEntry classes to generate histograms of the:
The histogram should look something like this: Request by Day of Week Sunday | *** (20) Monday | ****************************** (210) Tuesday | *************************************** (276) Wednesday | ************************************************************ (422) Thursday | ************************** (180) Friday | ******************************** (227) Saturday | *************** (109) -------------------------------------------------------------- | | | 141 281 422 Requests or Requests by Filesize (in bytes) 0-5000 | ********** (48) 5000-10000 | ************ (59) 10000-50000 | ************************************************************ (301) 50000-100000 | ***** (24) 100000-500000 | * (7) -------------------------------------------------------------- | | | 100 200 300 Requests Notes:
Interim Activity Log (due 11:00pm, the day prior to week 4 lab)
You should submit an activity log to indicate your activity and progress on this assignment during the first week. Lab report (due 11:00pm, the day prior to week 5 lab)
Here is a template file to use as a starting point for this report. The lab report should consist of the following:
As with any report you submit, correct spelling and grammar are required. In addition, your report should be submitted electronically following the Electronic submission guidelines. (You may wish to consult the XML help video and/or sample report before submitting your report.) Be sure to keep copies of all your files, in case something gets lost. It may be wise to keep a diskette backup as well. Acknowledgment
This laboratory was developed by Dr. Chris Taylor. |
© 2001-2015 Dr. Christopher C. Taylor | Office: CC-36C | Phone: 277-7339 |