Click here to Skip to main content
15,920,633 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: edit box- change colors? Pin
Joaquín M López Muñoz22-Oct-02 11:54
Joaquín M López Muñoz22-Oct-02 11:54 
AnswerRe: edit box- change colors? Pin
adamUK22-Oct-02 21:45
adamUK22-Oct-02 21:45 
GeneralAssertion Failure Pin
monrobot1322-Oct-02 11:46
monrobot1322-Oct-02 11:46 
GeneralRe: Assertion Failure Pin
Chris Losinger22-Oct-02 11:49
professionalChris Losinger22-Oct-02 11:49 
GeneralRe: Assertion Failure Pin
Joaquín M López Muñoz22-Oct-02 11:50
Joaquín M López Muñoz22-Oct-02 11:50 
GeneralXML & STL Pin
Giles22-Oct-02 11:25
Giles22-Oct-02 11:25 
GeneralRe: XML & STL Pin
Christian Graus22-Oct-02 11:32
protectorChristian Graus22-Oct-02 11:32 
GeneralRe: XML & STL Pin
Giles22-Oct-02 11:41
Giles22-Oct-02 11:41 
Christian Graus wrote:
In the C# XML wrapper I wrote recently for WDJ, I did a dictionary ( i.e. a map ) of an XMLDOMNode to it's path, and one to it's value, which I guess is what you're thinking of here, yes ? It's pretty easy to do recursively.

Sounds like the kind of thing. What made me think about it was that iterating though an XML tree looks so ugly, getchild and then get its child, and then its best friends dog etc. Its stuff that has to be done over and over and aI though STL may be able to come to the rescue, as iterators can save so much time in the right places.

Only just started looking at C#, haiving bought Tom's book the other day. Not had chance to get stuck in though having been busy with things.
GeneralRe: XML & STL Pin
Christian Graus22-Oct-02 12:01
protectorChristian Graus22-Oct-02 12:01 
GeneralRe: XML & STL Pin
Giles22-Oct-02 12:10
Giles22-Oct-02 12:10 
GeneralRe: XML & STL Pin
Christian Graus22-Oct-02 12:14
protectorChristian Graus22-Oct-02 12:14 
GeneralRe: XML & STL Pin
Giles22-Oct-02 12:18
Giles22-Oct-02 12:18 
Generalvector Pin
pnpfriend22-Oct-02 11:24
pnpfriend22-Oct-02 11:24 
GeneralRe: vector<int > Pin
Christian Graus22-Oct-02 11:28
protectorChristian Graus22-Oct-02 11:28 
GeneralRe: vector<int > Pin
pnpfriend22-Oct-02 11:52
pnpfriend22-Oct-02 11:52 
GeneralRe: vector<int > Pin
Christian Graus22-Oct-02 11:59
protectorChristian Graus22-Oct-02 11:59 
Generalvector<int > Pin
Anonymous22-Oct-02 11:19
Anonymous22-Oct-02 11:19 
GeneralRe: vector<int > Pin
Christian Graus22-Oct-02 11:25
protectorChristian Graus22-Oct-02 11:25 
QuestionHow to programmatically disable screen saver? Pin
Anonymous22-Oct-02 10:40
Anonymous22-Oct-02 10:40 
AnswerRe: How to programmatically disable screen saver? Pin
Diarrhio22-Oct-02 11:39
Diarrhio22-Oct-02 11:39 
AnswerRe: How to programmatically disable screen saver? Pin
Alexander Wiseman22-Oct-02 12:26
Alexander Wiseman22-Oct-02 12:26 
AnswerRe: How to programmatically disable screen saver? Pin
Joe Woodbury22-Oct-02 12:56
professionalJoe Woodbury22-Oct-02 12:56 
GeneralInteresting CRC32 problem Pin
Henry P.22-Oct-02 10:35
Henry P.22-Oct-02 10:35 
GeneralRe: Interesting CRC32 problem Pin
Giles22-Oct-02 11:14
Giles22-Oct-02 11:14 
GeneralRe: Interesting CRC32 problem Pin
Chris Losinger22-Oct-02 11:53
professionalChris Losinger22-Oct-02 11:53 

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.