>> What I really need is something equal to >> typedef std::map<std::string, HBITMAP> Win32ToolbarIcons; > > To the best of my knowledge, no such structure exists. How badly do > you need it? How about "badly"? :-) (IMHO) It's IMHO vital to release resouces when cleaning up. It's not really harming (in reality), the OS does clean these resources up when terminating the process, but we still "leak" them. Is that an option? I'd say not. I'd aim for a "clean". /Mike- please don't cc
- C++ 'map' needed Mike Nordell
- Re: C++ 'map' needed Sam TH
- Re: C++ 'map' needed Mike Nordell
- Re: C++ 'map' needed Vlad Harchev
- Re: C++ 'map' needed Mike Nordell
- RE: C++ 'map' needed Joaquin Cuenca Abela
