Click here to Skip to main content
15,916,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralIMac address Pin
ZAZA21-Jan-02 22:23
ZAZA21-Jan-02 22:23 
GeneralRe: IMac address Pin
Michael A. Barnhart22-Jan-02 2:23
Michael A. Barnhart22-Jan-02 2:23 
GeneralWindows Sockets Pin
ananth_rs21-Jan-02 21:27
ananth_rs21-Jan-02 21:27 
GeneralRe: Windows Sockets Pin
Joaquín M López Muñoz21-Jan-02 21:41
Joaquín M López Muñoz21-Jan-02 21:41 
GeneralRe: Windows Sockets Pin
ananth_rs22-Jan-02 5:55
ananth_rs22-Jan-02 5:55 
GeneralRe: Windows Sockets Pin
Joaquín M López Muñoz22-Jan-02 8:50
Joaquín M López Muñoz22-Jan-02 8:50 
GeneralXML newcomer Pin
Braulio Dez21-Jan-02 20:53
Braulio Dez21-Jan-02 20:53 
GeneralRe: XML newcomer Pin
Michael A. Barnhart22-Jan-02 2:35
Michael A. Barnhart22-Jan-02 2:35 
Braulio,
To get started there are several classes with different flavors on this site.
http://www.codeproject.com/soap/

I would recommend getting the msxml 4 core services and experimenting.
http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/msdn-files/027/001/766/msdncompositedoc.xml

Create an XML file and then see if you understand how the parser really breaks the data up into child nodes. Read in the file and step through the nodes testing the type in debug mode. You can do this from sample code from several of the sample on code project as well as the msdn site.


GeneralRe: XML newcomer Pin
Not Active22-Jan-02 3:50
mentorNot Active22-Jan-02 3:50 
GeneralRe: XML newcomer Pin
Michael Dunn22-Jan-02 7:55
sitebuilderMichael Dunn22-Jan-02 7:55 
GeneralDisplaying stock quote in a C++ app Pin
SAK21-Jan-02 20:10
SAK21-Jan-02 20:10 
QuestionATL and enumerated values? Pin
Phil F21-Jan-02 19:53
Phil F21-Jan-02 19:53 
AnswerRe: ATL and enumerated values? Pin
Michael P Butler21-Jan-02 22:15
Michael P Butler21-Jan-02 22:15 
GeneralRe: ATL and enumerated values? Pin
Phil F22-Jan-02 6:34
Phil F22-Jan-02 6:34 
Generalnew versus VirtualAlloc Pin
alex.barylski21-Jan-02 19:02
alex.barylski21-Jan-02 19:02 
GeneralRe: new versus VirtualAlloc Pin
Phil F21-Jan-02 20:03
Phil F21-Jan-02 20:03 
GeneralRe: new versus VirtualAlloc Pin
alex.barylski22-Jan-02 10:18
alex.barylski22-Jan-02 10:18 
GeneralMCIWndCreate and Win2k Pin
21-Jan-02 13:15
suss21-Jan-02 13:15 
GeneralProblem subclassing CHeaderCtrl OnPaint Pin
Lea Johnson21-Jan-02 13:06
Lea Johnson21-Jan-02 13:06 
GeneralRe: Problem subclassing CHeaderCtrl OnPaint Pin
Jon Hulatt21-Jan-02 22:25
Jon Hulatt21-Jan-02 22:25 
GeneralRe: Problem subclassing CHeaderCtrl OnPaint Pin
Nish Nishant21-Jan-02 22:59
sitebuilderNish Nishant21-Jan-02 22:59 
GeneralI'm getting an Assert error when I try to get the contents of a CEdit Pin
Martin Marvinski21-Jan-02 13:05
Martin Marvinski21-Jan-02 13:05 
GeneralRe: I'm getting an Assert error when I try to get the contents of a CEdit Pin
Christian Graus21-Jan-02 13:15
protectorChristian Graus21-Jan-02 13:15 
GeneralRe: I'm getting an Assert error when I try to get the contents of a CEdit Pin
DanYELL21-Jan-02 13:16
DanYELL21-Jan-02 13:16 
GeneralRe: I'm getting an Assert error when I try to get the contents of a CEdit Pin
Tim Smith21-Jan-02 14:20
Tim Smith21-Jan-02 14:20 

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.