Click here to Skip to main content
15,911,890 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSocket Connection problem in Windows XP System from VC++ Pin
ledallam22-May-07 21:14
ledallam22-May-07 21:14 
AnswerRe: Socket Connection problem in Windows XP System from VC++ Pin
KarstenK22-May-07 21:19
mveKarstenK22-May-07 21:19 
GeneralRe: Socket Connection problem in Windows XP System from VC++ Pin
ledallam22-May-07 21:31
ledallam22-May-07 21:31 
AnswerRe: Socket Connection problem in Windows XP System from VC++ [modified] Pin
Mark Salsbery23-May-07 6:22
Mark Salsbery23-May-07 6:22 
QuestionXML Parsing Pin
g_sandipan22-May-07 21:03
g_sandipan22-May-07 21:03 
AnswerRe: XML Parsing (another point of view) Pin
Joan M23-May-07 0:13
professionalJoan M23-May-07 0:13 
GeneralRe: XML Parsing (another point of view) Pin
g_sandipan23-May-07 1:43
g_sandipan23-May-07 1:43 
AnswerRe: XML Parsing Pin
James R. Twine23-May-07 3:51
James R. Twine23-May-07 3:51 
   Well, the saving function should put in a tag into the stream that indicates the number of nodes.

   Can you use simple text processing to get at the data?  There have been very few situations like this where I could not quickly skip through the data using something simple as memory-mapping the XML file and walking through the file data.  Hell, for your example above, even using _tcsstr( cpXMLStream, _T( "<LG" ) ) would likely work allowing you to get at each LG node...

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

QuestionCOM+ Dll Registration Failed!! Pin
Rane22-May-07 20:32
Rane22-May-07 20:32 
AnswerRe: COM+ Dll Registration Failed!! Pin
Hans Dietrich22-May-07 21:05
mentorHans Dietrich22-May-07 21:05 
GeneralRe: COM+ Dll Registration Failed!! Pin
Rane22-May-07 23:58
Rane22-May-07 23:58 
AnswerRe: COM+ Dll Registration Failed!! Pin
Paresh Chitte23-May-07 0:12
Paresh Chitte23-May-07 0:12 
QuestionRe: COM+ Dll Registration Failed!! Pin
David Crow23-May-07 4:13
David Crow23-May-07 4:13 
QuestionHow to develop an XML file using VC++ [modified] Pin
kunal.tawde22-May-07 20:12
kunal.tawde22-May-07 20:12 
AnswerRe: How to develop an XML file using VC++ [modified] Pin
Nibu babu thomas22-May-07 20:15
Nibu babu thomas22-May-07 20:15 
AnswerRe: How to develop an XML file using VC++ Pin
Cedric Moonen22-May-07 20:19
Cedric Moonen22-May-07 20:19 
GeneralRe: How to develop an XML file using VC++ Pin
kunal.tawde22-May-07 22:40
kunal.tawde22-May-07 22:40 
AnswerRe: How to develop an XML file using VC++ Pin
Hamid_RT22-May-07 21:05
Hamid_RT22-May-07 21:05 
GeneralRe: How to develop an XML file using VC++ Pin
kunal.tawde22-May-07 22:43
kunal.tawde22-May-07 22:43 
GeneralRe: How to develop an XML file using VC++ Pin
Hamid_RT22-May-07 23:39
Hamid_RT22-May-07 23:39 
QuestionPassing a pointer to a function/dynamic memory allocation Pin
hpjchobbes22-May-07 19:44
hpjchobbes22-May-07 19:44 
AnswerRe: Passing a pointer to a function/dynamic memory allocation Pin
Cedric Moonen22-May-07 19:58
Cedric Moonen22-May-07 19:58 
AnswerRe: Passing a pointer to a function/dynamic memory allocation Pin
cmk22-May-07 20:02
cmk22-May-07 20:02 
AnswerRe: Passing a pointer to a function/dynamic memory allocation Pin
Arman S.22-May-07 20:04
Arman S.22-May-07 20:04 
AnswerRe: Passing a pointer to a function/dynamic memory allocation Pin
zhang80060522-May-07 20:34
zhang80060522-May-07 20:34 

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.