CS 630 - Computing Fundamentals I - Summer 2004
Homework 5


Loyola College > Department of Computer Science > CS 630 > Homework > Homework 5

Due

Wednesday, July 7th at the beginning of class
Email programs (.cpp files) to lawrie@cs.loyola.edu

Problems

Problem 1: Line2D class

Problem 2: 6.3

Problem 3: Write a C++ class definition for an abstract data type describing a food item consisting of the attributes and methods given. The attributes are as follows:

The member functions are: *This is just the header file.
Problem 4: 4.30