Lab #4 FAQ

(Frequently Asked Questions)

Updated: Sunday, August 02, 1998 6:57:59 PM

Here are some popular Questions and Answers for Lab #4.

****************************************
Q: Is the public member function:
Remove(const char* item) const;
supposed to remove all occurrences of item or just the first one?

A: This function should remove only the first occurrence of item.


Back to Outline