Click here to Skip to main content
15,906,296 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralSTL map. Pin
WREY28-Dec-03 13:57
WREY28-Dec-03 13:57 
GeneralRe: STL map. Pin
Anthony_Yio28-Dec-03 15:05
Anthony_Yio28-Dec-03 15:05 
GeneralRe: STL map. Pin
WREY28-Dec-03 16:12
WREY28-Dec-03 16:12 
GeneralRe: STL map. Pin
Jörgen Sigvardsson29-Dec-03 12:39
Jörgen Sigvardsson29-Dec-03 12:39 
GeneralRe: STL map. Pin
Jörgen Sigvardsson29-Dec-03 11:31
Jörgen Sigvardsson29-Dec-03 11:31 
GeneralRe: STL map. Pin
WREY1-Jan-04 1:48
WREY1-Jan-04 1:48 
GeneralRe: STL map. Pin
Jörgen Sigvardsson1-Jan-04 5:01
Jörgen Sigvardsson1-Jan-04 5:01 
GeneralRe: STL map. Pin
WREY1-Jan-04 14:09
WREY1-Jan-04 14:09 
Thanks again for replying.

Having reread my earlier reply, I can see where I misrepresented my intent in the ways I proposed using "stable_partition" along with "for_each" (and I'm glad you caught me on that point).

My thoughts are (and it starts off this way), "OK. I am thinking about using a list (or a vector) container to arrive at a workable solution for what I'm doing. The map container currently being used, is so huge, I definitely have to find another way to ease its load (meaning, not adding anything more to it) while NOT creating another 'map' as part of the solution. A better solution (it seems) must come with the ability for that next container to be able to expand and contract (considering maps do not lend themselves handily for doing that, hence the 'vector', or the 'list' is what comes to mind). However, I'd like to obtain the ability to do bsearch on that new container, hence the thought about 'stable_partition'." (End of Part 1.)

"Part 2" deals with the use of the "for_each" algorithm with regards to the continuing support of the map, currently being used. Through the use of "for_each" with its function object, I am thinking about doing "in-place" updates, thereby freezing the size of the map (so to speak), making no more addition to it.

Therefore, my proposed solution to the current map situation lies in using both "for_each" and "stable_partition" combined, but in different routines.

I'm glad you caught me on that point because I can see where some explaining was in order.

Wink | ;)

William

Fortes in fide et opere!
Questionstd::istrstream test(NULL) ... what happens??? Pin
Ralph Wetzel26-Dec-03 23:08
Ralph Wetzel26-Dec-03 23:08 
GeneralCom server terminates Pin
Prakash Nadar26-Dec-03 21:30
Prakash Nadar26-Dec-03 21:30 
GeneralPreformance issue Pin
lpRomang26-Dec-03 4:10
lpRomang26-Dec-03 4:10 
GeneralOLE DB templated samples Pin
Sebastián Benítez25-Dec-03 7:30
Sebastián Benítez25-Dec-03 7:30 
GeneralRe: OLE DB templated samples Pin
Igor Vigdorchik25-Dec-03 10:09
Igor Vigdorchik25-Dec-03 10:09 
GeneralRe: OLE DB templated samples Pin
Sebastián Benítez25-Dec-03 10:19
Sebastián Benítez25-Dec-03 10:19 
GeneralRe: OLE DB templated samples Pin
nativespirits29-Dec-03 14:24
nativespirits29-Dec-03 14:24 
GeneralWTL "tendencies" Pin
Shutter23-Dec-03 19:18
Shutter23-Dec-03 19:18 
GeneralRe: WTL "tendencies" Pin
Sebastián Benítez24-Dec-03 1:44
Sebastián Benítez24-Dec-03 1:44 
GeneralRe: WTL "tendencies" Pin
Shutter24-Dec-03 4:13
Shutter24-Dec-03 4:13 
GeneralRe: WTL "tendencies" Pin
Igor Vigdorchik24-Dec-03 8:48
Igor Vigdorchik24-Dec-03 8:48 
GeneralRe: WTL "tendencies" Pin
Jörgen Sigvardsson26-Dec-03 4:20
Jörgen Sigvardsson26-Dec-03 4:20 
GeneralCOM Server created with ATL can't find the new Interface Pin
Nirav Thakkar23-Dec-03 14:54
Nirav Thakkar23-Dec-03 14:54 
GeneralRe: COM Server created with ATL can't find the new Interface Pin
Igor Vigdorchik23-Dec-03 16:34
Igor Vigdorchik23-Dec-03 16:34 
Generalwstring to string and vice versa Pin
Prakash Nadar23-Dec-03 5:10
Prakash Nadar23-Dec-03 5:10 
GeneralRe: wstring to string and vice versa Pin
Stuart Dootson23-Dec-03 5:39
professionalStuart Dootson23-Dec-03 5:39 
GeneralRe: wstring to string and vice versa Pin
Nemanja Trifunovic23-Dec-03 10:03
Nemanja Trifunovic23-Dec-03 10:03 

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.