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

ATL / WTL / STL

 
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 
I was once asked to look at why a process was taking a long time to accomplish a task. One thing the process did was load a large number of entries into a CMap.

I did a bit of experimentation, and found that inserting 300,000 entries into a CMap took a bit over 4 hours. Doing 300,000 lookups on the CMap also took a bit over 4 hours.

I tried an STL map, and found that inserting 300,000 entries took 22 seconds, and looking up 300,000 entries took 19 seconds.

I've never had any use for CMaps. If you can, you might try switching to an STL map.


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 
GeneralWTL Drag And Drop Pin
18-Jul-04 19:28
suss18-Jul-04 19:28 
Questionhow to create multipane status bar in Dialog window ? Pin
Mandalay18-Jul-04 4:51
Mandalay18-Jul-04 4:51 
QuestionHow to change/set text color in RichEditCtrl/CRichEditCtrlView ??? Pin
M Bandu17-Jul-04 7:08
M Bandu17-Jul-04 7:08 
Generalusing SAFEARRAY in ATL Pin
Humair17-Jul-04 0:20
Humair17-Jul-04 0:20 
GeneralRe: using SAFEARRAY in ATL Pin
Vi218-Jul-04 21:32
Vi218-Jul-04 21:32 
QuestionHow can I implement TYPENAME( a vb function ) in VC? Pin
Field Zhang14-Jul-04 14:19
Field Zhang14-Jul-04 14:19 
GeneralFiring an event manually Pin
Member 148606813-Jul-04 3:32
Member 148606813-Jul-04 3:32 
GeneralRe: Firing an event manually Pin
ThatsAlok29-Oct-04 23:12
ThatsAlok29-Oct-04 23:12 
GeneralRe: Firing an event manually Pin
ThatsAlok29-Oct-04 23:22
ThatsAlok29-Oct-04 23:22 

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.