Click here to Skip to main content
15,914,419 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: How to define multi [db_command] attributes for one class? Pin
Doug Mitchell18-Jun-04 10:00
Doug Mitchell18-Jun-04 10:00 
GeneralRe: How to define multi [db_command] attributes for one class? Pin
hewenfeng20-Jun-04 14:14
hewenfeng20-Jun-04 14:14 
GeneralRe: How to define multi [db_command] attributes for one class? Pin
Doug Mitchell21-Jun-04 3:46
Doug Mitchell21-Jun-04 3:46 
GeneralSorting out of a vector of strings Pin
Bernhard17-Jun-04 2:22
Bernhard17-Jun-04 2:22 
GeneralRe: Sorting out of a vector of strings Pin
WREY17-Jun-04 3:16
WREY17-Jun-04 3:16 
GeneralRe: Sorting out of a vector of strings Pin
LeSurvenant17-Jun-04 10:04
LeSurvenant17-Jun-04 10:04 
GeneralRe: Sorting out of a vector of strings Pin
WREY17-Jun-04 11:15
WREY17-Jun-04 11:15 
GeneralRe: Sorting out of a vector of strings Pin
Jörgen Sigvardsson19-Jun-04 11:38
Jörgen Sigvardsson19-Jun-04 11:38 
If that is the case for you, then you have a faulty STL implementation.

Erase on sequences (and I am prepared to bet money that this is the case for other containter types too), destroys the elements properly and then removes them from the container.

The docs says (SGI STL docs): Destroys the elements in the range [p,q) and removes them from a. and: a.size() is decremented by the distance from i to j. The relative order of the other elements in the sequence is unchanged.

--
Ich bin Joachim von Hassel, und ich bin Pilot der Bundeswehr.
Welle: Erdball - F104-G Starfighter

GeneralRe: Sorting out of a vector of strings Pin
WREY19-Jun-04 11:50
WREY19-Jun-04 11:50 
GeneralRe: Sorting out of a vector of strings Pin
palbano19-Jun-04 19:31
palbano19-Jun-04 19:31 
Generalget posted data from form using BHO dll Pin
14-Jun-04 20:20
suss14-Jun-04 20:20 
GeneralMultiple Frames with Toolbars in WTL Pin
clerwall13-Jun-04 1:03
clerwall13-Jun-04 1:03 
Questionhow do you sort a list? Pin
nm_11410-Jun-04 18:35
nm_11410-Jun-04 18:35 
AnswerRe: how do you sort a list? Pin
geo_m10-Jun-04 22:35
geo_m10-Jun-04 22:35 
GeneralRe: how do you sort a list? Pin
nm_11411-Jun-04 13:47
nm_11411-Jun-04 13:47 
GeneralRe: how do you sort a list? Pin
geo_m11-Jun-04 23:41
geo_m11-Jun-04 23:41 
GeneralRe: how do you sort a list? Pin
nm_11412-Jun-04 10:11
nm_11412-Jun-04 10:11 
GeneralRe: how do you sort a list? - Solution for VC6! Pin
T.T.H.3-Aug-04 5:06
T.T.H.3-Aug-04 5:06 
QuestionNested STL maps? Pin
dbunder9-Jun-04 16:00
dbunder9-Jun-04 16:00 
AnswerRe: Nested STL maps? Pin
10-Jun-04 4:10
suss10-Jun-04 4:10 
AnswerRe: Nested STL maps? Pin
Paul Ranson10-Jun-04 4:42
Paul Ranson10-Jun-04 4:42 
GeneralCreateImage problem in java Pin
sriamar8-Jun-04 6:19
sriamar8-Jun-04 6:19 
GeneralCSMTPConnection Authentication Pin
prasoon997-Jun-04 18:37
prasoon997-Jun-04 18:37 
GeneralRe: CSMTPConnection Authentication Pin
Mike Dimmick8-Jun-04 2:16
Mike Dimmick8-Jun-04 2:16 
GeneralSome WTL - to MFC conversion help Pin
Ajnstajn6-Jun-04 23:25
Ajnstajn6-Jun-04 23:25 

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.