Click here to Skip to main content
15,914,016 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Passing string array as pointer Pin
David Crow7-Aug-08 4:01
David Crow7-Aug-08 4:01 
GeneralRe: Passing string array as pointer Pin
__DanC__7-Aug-08 4:11
__DanC__7-Aug-08 4:11 
GeneralRe: Passing string array as pointer Pin
David Crow7-Aug-08 4:19
David Crow7-Aug-08 4:19 
GeneralRe: Passing string array as pointer Pin
__DanC__7-Aug-08 4:22
__DanC__7-Aug-08 4:22 
GeneralRe: Passing string array as pointer Pin
David Crow7-Aug-08 4:55
David Crow7-Aug-08 4:55 
QuestionRe: Passing string array as pointer Pin
Matthew Faithfull7-Aug-08 4:09
Matthew Faithfull7-Aug-08 4:09 
AnswerRe: Passing string array as pointer Pin
__DanC__7-Aug-08 4:14
__DanC__7-Aug-08 4:14 
GeneralRe: Passing string array as pointer Pin
Matthew Faithfull7-Aug-08 4:25
Matthew Faithfull7-Aug-08 4:25 
It's a while since I've used std::list so you're probably best looking at the docs but I guess you could simply create a second std::list, then iterate through the first one, use CopyMemory or whatever for each item and then append it to the second list. I'm not sure if you can simply assign one list to another or pass the first list to a constructor of the second. I suspect it depends on what your list contains, simple POV type, complex types, pointers, etc.
Reminds me I need to look into the std containers once again. I've never really got on with them or used them on a regular basis.

"The secret of happiness is freedom, and the secret of freedom, courage."
Thucydides (B.C. 460-400)

AnswerRe: Passing string array as pointer Pin
Stephen Hewitt7-Aug-08 14:52
Stephen Hewitt7-Aug-08 14:52 
QuestionIncrementing a Variable Pin
T.RATHA KRISHNAN7-Aug-08 3:06
T.RATHA KRISHNAN7-Aug-08 3:06 
QuestionRe: Incrementing a Variable Pin
David Crow7-Aug-08 3:17
David Crow7-Aug-08 3:17 
QuestionRe: Incrementing a Variable Pin
Perspx7-Aug-08 3:18
Perspx7-Aug-08 3:18 
AnswerRe: Incrementing a Variable Pin
T.RATHA KRISHNAN7-Aug-08 3:26
T.RATHA KRISHNAN7-Aug-08 3:26 
GeneralRe: Incrementing a Variable Pin
Cedric Moonen7-Aug-08 3:44
Cedric Moonen7-Aug-08 3:44 
GeneralRe: Incrementing a Variable Pin
T.RATHA KRISHNAN7-Aug-08 3:49
T.RATHA KRISHNAN7-Aug-08 3:49 
QuestionRe: Incrementing a Variable Pin
David Crow7-Aug-08 3:46
David Crow7-Aug-08 3:46 
GeneralRe: Incrementing a Variable Pin
cgb1437-Aug-08 10:25
cgb1437-Aug-08 10:25 
AnswerRe: Incrementing a Variable Pin
T.RATHA KRISHNAN7-Aug-08 3:33
T.RATHA KRISHNAN7-Aug-08 3:33 
GeneralRe: Incrementing a Variable Pin
Perspx7-Aug-08 3:37
Perspx7-Aug-08 3:37 
GeneralRe: Incrementing a Variable Pin
T.RATHA KRISHNAN7-Aug-08 3:40
T.RATHA KRISHNAN7-Aug-08 3:40 
GeneralRe: Incrementing a Variable Pin
Perspx7-Aug-08 3:46
Perspx7-Aug-08 3:46 
GeneralRe: Incrementing a Variable Pin
cgb1437-Aug-08 10:18
cgb1437-Aug-08 10:18 
GeneralRe: Incrementing a Variable Pin
Perspx7-Aug-08 10:22
Perspx7-Aug-08 10:22 
AnswerRe: Incrementing a Variable Pin
Nelek7-Aug-08 22:44
protectorNelek7-Aug-08 22:44 
Question[Win CE/Pocket PC]How to load an gif image on to a Button Pin
madyastha7-Aug-08 2:32
madyastha7-Aug-08 2:32 

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.