Originally posted by Unregistered
You can, on the other hand, get the same effect by using an std::map<char*, database*>, and store the name as search key and the employee structure as value...
ahh. I'm gonna learn to use that method. Not sure exactly how to use std::map<char*, database*> right now.. anyone care to elaborate? Or point me in the right direction?