Well, I was having terrible difficulties with some C++ code. I had a template class, and a template class which inherited that first template class. I named them simpleStream and arrayStream (arrayStream inherited simpleStream), and I'll explain what they were for later.