std::map's operator [] will create the element if it does not exist (I'm assuming that's what you are using). Use .find() if you don't want it to create the element.
The objects members are null when i enter the function, so like i said I can use them in the if condition I cant declare a new object type and then transfer its address over after I test. Memset has failed.
is their a way to mess around with my &int references in an inginious way? haha
ah. Sorry. I fixed it. But it arises a new problem:
When checking for collisions, to insert in a hashtable, is it best to insert at the next avaiblable slot or the previous? Linear Probing is what im up against now.