Queue Class TemplateI was given a [b]class Queue[/b] that I needed to modify to serve as a class template for a generali...
Pure Virtual FunctionsThanks for the quick replies. Everything seems to be good now. I changed up the addClass function in...
Pure Virtual FunctionsI'm having difficulties figuring out how to get a pure virtual function to work correctly. I have an...
Multiple BoolsI can't figure out why my bool values aren't getting passed on correctly. I have two bools, one for ...