whats wrong in my code plzz correct it on errors plzz commment on it and i dont how to use this as our user defined class plzz explain it
Https://ide.codingblocks.com/s/227791
this is link of modified code
i have debug all error now it is running
coming error at initial stage is obvious don’t worrry
to use any class
first you have to make object
also as it is templated class so we have to tell what is t
hashtable <int> ht;
now here t is int
now you can call function of class
ht.insert(“mango”,90);
ht.insert(“Apple”,80);
ht.insert(“Banana”,50);
ht.print();