Home | About | Calendar | Projects | Assignments | Classes | Resources
{Programming III }
     
 
ASSIGNMENT 5
 
REMINDERS
 
.Work with the Environment class.

Using your case study, add a member function to remove a Fish from the Environment given its position:

void RemoveFish(const Position & pos) const;

This member function should permanently remove the Fish stored at this location.

.Optional.

Use the DebugPrint() function to indicate that a Fish has been removed.

.Scoring.

This program will be collected through the dropbox. I only need file environ.cpp. Please rename the file "environ - Your Name.cpp".

.Resources.

[ The Marine Biology Case Study ]

  The disclaimer of posession is not necessary since you are modifying existing code. However, you must still acknowledge all collaborators by giving written credit.
 
Page prepaed by Christian Day.
Site design by Kelly Moran
BackForward
 
 
Last Updated: