Is there an MFC class that works like a "record"?

For example, I have a data struct that contains an index string and several data items.

I would like to store a bunch of them in an array and be able to "lookup" an item by the index string.

I searched MSDN and the one thing I found was a String to Pointer class where I could store an index string and a pointer to the rest of the data. Is this the best there is?


Phil Daley < AutoDesk > http://www.conknet.com/~p_daley





Reply via email to