Re: C++ 'map' needed


Subject: Re: C++ 'map' needed
From: Mike Nordell (tamlin@algonet.se)
Date: Mon Nov 27 2000 - 02:40:18 CST


>> 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



This archive was generated by hypermail 2b25 : Mon Nov 27 2000 - 02:39:46 CST