URGENT:How to write XML header in C++
C / C++ / MFC
4
Posts
4
Posters
0
Views
1
Watching
-
how to write this "" header in C++? i tried doing in this manner, myMemo << <> << "\n"; but the output <>. Thank you!:eek:
-
how to write this "" header in C++? i tried doing in this manner, myMemo << <> << "\n"; but the output <>. Thank you!:eek:
Huh? You make no sense. Neither as code, nor as a logical "something" this makes sense. What is it you want to do and what is it you don't understand? Is it perhaps that you just don't understand the C preprocessor?
-
how to write this "" header in C++? i tried doing in this manner, myMemo << <> << "\n"; but the output <>. Thank you!:eek:
Is this helpfule ? HRESULT hr=pIXMLDOMDocument->createProcessingInstruction(_T("xml"), _T("version='1.0'"),&pIXMLDOMProcessingInstruction);