Posted by Gene on July 12, 1999 at 22:16:57:
In the specifications what does it mean when it says "be careful to handle wrapping around of the array when any pointers go beyond the range of the array"? If we just indicate when the buffer overflows and underflows why would the pointers have to wrap? I thought that would only be used for some sort of circular list.