0

class CircularBuffer
{
public:
CircularBuffer();

void insert(int circularArgument);
};

Déjà vu? Have we discussed this before? I think the old horse we beat is still laying on the floor.

I really really wanted this to be funnier that it is. It is not. This feels like the moment in Office Space when they tell the old guy that his invention is the worst idea anyone has ever had.

Comments
Add Comment