Click here to Skip to main content
15,915,328 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: directshow samplegraber Pin
Richard MacCutchan7-Feb-12 22:30
mveRichard MacCutchan7-Feb-12 22:30 
QuestionDifference between CHOICE and TIMEOUT dos commands Pin
vanikanc6-Feb-12 5:00
vanikanc6-Feb-12 5:00 
AnswerRe: Difference between CHOICE and TIMEOUT dos commands Pin
Richard MacCutchan6-Feb-12 5:36
mveRichard MacCutchan6-Feb-12 5:36 
QuestionWindows XP Embedded Crypto Providers Pin
Member 23122052-Feb-12 9:33
Member 23122052-Feb-12 9:33 
AnswerRe: Windows XP Embedded Crypto Providers Pin
enhzflep27-Feb-12 4:41
enhzflep27-Feb-12 4:41 
QuestionCreate 32 and 64 bits COM dll Pin
MrKBA1-Feb-12 22:11
MrKBA1-Feb-12 22:11 
AnswerRe: Create 32 and 64 bits COM dll Pin
«_Superman_»3-Feb-12 17:29
professional«_Superman_»3-Feb-12 17:29 
QuestionGeneric terms....!!! plz help Pin
♥…ЯҠ…♥31-Jan-12 17:48
professional♥…ЯҠ…♥31-Jan-12 17:48 
AnswerRe: Generic terms....!!! plz help Pin
Richard MacCutchan31-Jan-12 21:27
mveRichard MacCutchan31-Jan-12 21:27 
AnswerRe: Generic terms....!!! plz help Pin
Richard MacCutchan1-Feb-12 3:38
mveRichard MacCutchan1-Feb-12 3:38 
RantRe: Generic terms....!!! plz help Pin
♥…ЯҠ…♥6-Feb-12 17:39
professional♥…ЯҠ…♥6-Feb-12 17:39 
GeneralRe: Generic terms....!!! plz help Pin
Richard MacCutchan6-Feb-12 22:37
mveRichard MacCutchan6-Feb-12 22:37 
QuestionMS C++ gives error for fully-qualified ctor name in initializer list Pin
old_hacker27-Jan-12 11:23
old_hacker27-Jan-12 11:23 
SuggestionRe: MS C++ gives error for fully-qualified ctor name in initializer list Pin
Pablo Aliskevicius28-Jan-12 22:25
Pablo Aliskevicius28-Jan-12 22:25 
AnswerRe: MS C++ gives error for fully-qualified ctor name in initializer list Pin
Richard MacCutchan28-Jan-12 22:37
mveRichard MacCutchan28-Jan-12 22:37 
QuestionCan you help me solve my OTS Elevated COM Object error? Pin
Christine_Irene26-Jan-12 3:08
Christine_Irene26-Jan-12 3:08 
QuestionStore STL iterator in CListBox Pin
LionAM17-Jan-12 0:36
LionAM17-Jan-12 0:36 
AnswerRe: Store STL iterator in CListBox Pin
Richard MacCutchan17-Jan-12 0:52
mveRichard MacCutchan17-Jan-12 0:52 
GeneralRe: Store STL iterator in CListBox Pin
LionAM17-Jan-12 1:11
LionAM17-Jan-12 1:11 
GeneralRe: Store STL iterator in CListBox Pin
Richard MacCutchan17-Jan-12 1:31
mveRichard MacCutchan17-Jan-12 1:31 
LionAM wrote:
However, this should in principle not be necessary (as the only information I have to store is the pointer to the node).

Without knowing more about what you are trying to do it's not easy to make a more sensible suggestion. Ultimately I guess you need to store some information about a variable in the entry's ListItem. In all cases I have needed to do this I have used either an index into an array or list, or a pointer if the item is not an elementary type. Those are the choices you have, it's up to you to decide which is the more useful in your particular application.
Unrequited desire is character building. OriginalGriff
I'm sitting here giving you a standing ovation - Len Goodman



GeneralRe: Store STL iterator in CListBox Pin
LionAM17-Jan-12 2:02
LionAM17-Jan-12 2:02 
GeneralRe: Store STL iterator in CListBox Pin
Richard MacCutchan17-Jan-12 3:00
mveRichard MacCutchan17-Jan-12 3:00 
GeneralRe: Store STL iterator in CListBox Pin
LionAM17-Jan-12 5:16
LionAM17-Jan-12 5:16 
GeneralRe: Store STL iterator in CListBox Pin
Richard MacCutchan17-Jan-12 5:22
mveRichard MacCutchan17-Jan-12 5:22 
GeneralRe: Store STL iterator in CListBox Pin
LionAM17-Jan-12 9:09
LionAM17-Jan-12 9:09 

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.