Comp 2673, Spring 2002
April 5, lecture notes
Reading: Continue reviewing Chapters 6-8 in Deitel and Deitel Programming project: You'll write a class to hold the information for an individual. (You will probably have other classes as well.) What do the data members of this class look like? Notice that for a given object there may be several objects that have a pointer to it. Case Study: We'll write the declaration of "class Maze" We'll talk about how to store a two-dimensional array using a singly-indexed array We'll discuss the implementation of the functions that deal with the dynamic memory allocation