error C2244 unable to match function definition to an existing declaration
I’m trying to create a simple template list in C++, Visual Studio 2010 & I’m the getting : error C2244 unable to match function definition to an existing declaration. I’ve tried to change it to ‘typename’ but it didn’t help. it’s a basic template list with the very basic functions ( Ctor,Dtor,Add,Delete). Please help. You … Read more