I am trying to add / delete values from a hashmap I created and stored into a void pointer. However the code I have for adding values seems to give me this error: "Unhandled exception at 0x75B5C41F in Project1.exe: Microsoft C++ exception: std::out_of_range at memory location 0x0027F7C0."
The code for this: http://pastebin.com/FPzz05rU So what did I do wrong here and how can I fix it?
More information can be provided if needed.