What does “missing template argument” mean?
I’m pretty new to C++ and this site so there are bound to be errors. When I try to compile my code I get errors like error: missing template argument before ‘b’. I’ve been searching the world for answers for hours and it has led me here. My assignment is to implement a templated class Collection … Read more