I am making a chained hash table using a vector of vectors holding objects of type Record. Should I declare the table using pointers to Record like: vector > Table; or no pointer: vector > Table; Or if there's any reason each one might be better to use in certain instances than the other. Thank you.
Aucun commentaire:
Enregistrer un commentaire