Guest User

Untitled

a guest
Dec 6th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. SLL< Entry <string, int> >** list;
  2.  
  3. list = new SLL<Entry<string, int> > * [this->size];
  4.  
  5. list[hash]->append(new Entry<string, int>(key, e));
  6.  
  7. HashTable.h: In member function 'void HashTable::createEntry(std::string, int)':
  8. HashTable.h:78:53: error: no matching function for call to 'SLL<Entry<std::basic_string<char>, int> >::append(Entry<std::basic_string<char>, int>*)'
  9. list[hash]->append(new Entry<string, int>(key, i));
Advertisement
Add Comment
Please, Sign In to add comment