why is it showing that "T"is out of scope?https://ide.codingblocks.com/s/100031
LP live advanced Hashing
In your code the declaration of template is missing before the class hashtable. Correct your code, see if it helps. You have to declare the template before each class.