Click here to Skip to main content
15,910,009 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionHow can I set the pos and size of my control? Pin
Anonymous19-Oct-02 20:48
Anonymous19-Oct-02 20:48 
GeneralSTL - list.erase and list.remove Pin
#realJSOP18-Oct-02 6:26
professional#realJSOP18-Oct-02 6:26 
GeneralRe: STL - list.erase and list.remove Pin
User 988518-Oct-02 6:40
User 988518-Oct-02 6:40 
GeneralRe: STL - list.erase and list.remove Pin
Michael Dunn18-Oct-02 13:19
sitebuilderMichael Dunn18-Oct-02 13:19 
GeneralRe: STL - list.erase and list.remove Pin
#realJSOP19-Oct-02 1:10
professional#realJSOP19-Oct-02 1:10 
GeneralRe: STL - list.erase and list.remove Pin
Tim Smith21-Oct-02 10:16
Tim Smith21-Oct-02 10:16 
Generalmap and hash_map Pin
User 988518-Oct-02 4:13
User 988518-Oct-02 4:13 
GeneralRe: map and hash_map Pin
Tim Smith21-Oct-02 10:14
Tim Smith21-Oct-02 10:14 
Herb Sutter wrote an article talking about the difference between hash_map and map.

http://www.cuj.com/experts/2005/hyslop.htm[^]

However, the standard hash_map can be very brain dead. I have found that if I am that worried about performance, my own hash table does better (2-3 times faster than STLPort's (yes in release mode for all of you who think STL can do no wrong)). But in each case I had special needs. In the first case, my hash_map was VERY dynamic. STL's brain dead hash_map loves to rehash at the drop of a hat and thus was wasting a lot of time. I actually got better performance by fixing my hash size at 17 (a prime since I was hashing addresses) and using my own hash class.



Tim Smith

I'm going to patent thought. I have yet to see any prior art.
GeneralRe: map and hash_map Pin
Joaquín M López Muñoz21-Oct-02 10:28
Joaquín M López Muñoz21-Oct-02 10:28 
GeneralRe: map and hash_map Pin
Tim Smith21-Oct-02 10:57
Tim Smith21-Oct-02 10:57 
GeneralSTL compile warnings... Pin
Matt Gullett17-Oct-02 4:19
Matt Gullett17-Oct-02 4:19 
GeneralRe: STL compile warnings... Pin
James R. Twine17-Oct-02 4:57
James R. Twine17-Oct-02 4:57 
GeneralRe: STL compile warnings... Pin
Matt Gullett17-Oct-02 5:08
Matt Gullett17-Oct-02 5:08 
GeneralRe: STL compile warnings... Pin
User 988518-Oct-02 13:10
User 988518-Oct-02 13:10 
GeneralRe: STL compile warnings... Pin
James R. Twine19-Oct-02 9:18
James R. Twine19-Oct-02 9:18 
GeneralProxy-Stub Question Pin
Anonymous16-Oct-02 18:39
Anonymous16-Oct-02 18:39 
GeneralRe: Proxy-Stub Question Pin
James R. Twine17-Oct-02 4:52
James R. Twine17-Oct-02 4:52 
GeneralIDispatchImpl problem with shell extension Pin
Heath Stewart15-Oct-02 17:56
protectorHeath Stewart15-Oct-02 17:56 
GeneralRe: IDispatchImpl problem with shell extension Pin
Michael Dunn15-Oct-02 19:45
sitebuilderMichael Dunn15-Oct-02 19:45 
GeneralRe: IDispatchImpl problem with shell extension Pin
Heath Stewart15-Oct-02 20:15
protectorHeath Stewart15-Oct-02 20:15 
GeneralRe: IDispatchImpl problem with shell extension Pin
Heath Stewart15-Oct-02 20:27
protectorHeath Stewart15-Oct-02 20:27 
GeneralBuild Problem Pin
Rene De La Garza15-Oct-02 5:27
Rene De La Garza15-Oct-02 5:27 
GeneralRe: Build Problem Pin
Steve S15-Oct-02 6:27
Steve S15-Oct-02 6:27 
GeneralRe: Build Problem Pin
Rene De La Garza15-Oct-02 9:54
Rene De La Garza15-Oct-02 9:54 
GeneralRe: Build Problem Pin
Michael Dunn15-Oct-02 10:35
sitebuilderMichael Dunn15-Oct-02 10:35 

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.