Click here to Skip to main content
15,887,267 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralToolbar with trucolor bitmap buttons Pin
Mandalay8-Aug-04 3:56
Mandalay8-Aug-04 3:56 
GeneralRe: Toolbar with trucolor bitmap buttons Pin
Mandalay8-Aug-04 7:33
Mandalay8-Aug-04 7:33 
GeneralRe: Toolbar with trucolor bitmap buttons Pin
Tom J10-Aug-04 22:31
Tom J10-Aug-04 22:31 
QuestionHow to make tool bar for outlook express Pin
curious_keen7-Aug-04 1:10
curious_keen7-Aug-04 1:10 
QuestionHow to make tool bar for outlook express Pin
curious_keen7-Aug-04 1:09
curious_keen7-Aug-04 1:09 
GeneralAlex Kolesnichenko's "Building Rich COMponents with Attributed ATL" Pin
Rob Severin6-Aug-04 15:13
Rob Severin6-Aug-04 15:13 
GeneralPre-Allocating stl maps / multimaps Pin
Jabin Reinhold4-Aug-04 4:35
Jabin Reinhold4-Aug-04 4:35 
GeneralRe: Pre-Allocating stl maps / multimaps Pin
gokings9-Aug-04 2:17
gokings9-Aug-04 2:17 
Do you mean to allocate it at compile time? Or do you mean that you know how many entries you will add, and you want to reserve the memory ahead of time?

If the former, I don't believe it can be done.

If the latter, I would suggest making the values pointers, e.g.,
map<string, cfoo*="">. You could potentially preallocate the memory for
CFoos (simple if it is just a struct, otherwise more work). The
memory for the nodes would not be preallocated, but the nodes would
be fairly small.
GeneralRe: Pre-Allocating stl maps / multimaps Pin
gokings9-Aug-04 8:03
gokings9-Aug-04 8:03 
GeneralRe: Pre-Allocating stl maps / multimaps Pin
Jörgen Sigvardsson20-Aug-04 9:32
Jörgen Sigvardsson20-Aug-04 9:32 
QuestionVC6 compiler limits with STL's mem_fun? Pin
T.T.H.28-Jul-04 23:03
T.T.H.28-Jul-04 23:03 
AnswerRe: VC6 compiler limits with STL's mem_fun? Pin
Kevin McFarlane7-Aug-04 8:16
Kevin McFarlane7-Aug-04 8:16 
GeneralATL Composite Control print - HOW TO Pin
VKatti27-Jul-04 5:56
VKatti27-Jul-04 5:56 
Generalconflict between ATL and MFC Pin
Anonymous25-Jul-04 20:57
Anonymous25-Jul-04 20:57 
GeneralRe: conflict between ATL and MFC Pin
Kevin McFarlane7-Aug-04 3:14
Kevin McFarlane7-Aug-04 3:14 
GeneralRe: conflict between ATL and MFC Pin
Jörgen Sigvardsson7-Aug-04 7:57
Jörgen Sigvardsson7-Aug-04 7:57 
GeneralRe: conflict between ATL and MFC Pin
gokings9-Aug-04 2:22
gokings9-Aug-04 2:22 
GeneralRe: conflict between ATL and MFC Pin
Kevin McFarlane28-Aug-04 0:18
Kevin McFarlane28-Aug-04 0:18 
QuestionHow to map WM_CHAR messages for a modeless dialog Pin
asimeqi23-Jul-04 11:16
asimeqi23-Jul-04 11:16 
GeneralOLEDB question... Pin
CherezZaboro23-Jul-04 5:34
CherezZaboro23-Jul-04 5:34 
GeneralRe: OLEDB question... Pin
palbano23-Jul-04 8:13
palbano23-Jul-04 8:13 
GeneralATL Container HOW TO Pin
vishalmore22-Jul-04 21:51
vishalmore22-Jul-04 21:51 
GeneralRe: ATL Container HOW TO Pin
Anonymous23-Jul-04 8:34
Anonymous23-Jul-04 8:34 
GeneralComposite Control and Slider EDGE Pin
Balkrishna Talele22-Jul-04 19:32
Balkrishna Talele22-Jul-04 19:32 
GeneralWTL Pin
asv21-Jul-04 4:54
asv21-Jul-04 4:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.