McGraw-Hill OnlineMcGraw-Hill Higher EducationLearning Center
Student Center | Instructor Center | Information Center | Home
Workbook
EzWindows Software Packages
Chapter Objectives
Chapter Outline
Chapter Overview
Lab
Feedback
Help Center


Cohoon/Davidson: C++ Program Design, Third Edition
C++ Program Design, 3/e
James P. Cohoon, University of Virginia
Jack W. Davidson, University of Virginia

Software project - Bug Hunt!

Chapter Objectives

Upon completion of this chapter the student will understand and be able to utilize the following key concepts:

We design and implement a program called Bug Hunt.

The object of the game is eliminate bugs that scurry around inside a window.

The implementation of the game will require the use of most of the object-oriented features of C++ we have covered including inheritance, virtual functions, and polymorphism.

The implementation of the game will make heavy use of the EzWindows API.