Click here to Skip to main content
15,898,718 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: i want ask about this code Pin
Stlan13-Jun-05 22:57
Stlan13-Jun-05 22:57 
QuestionAny material available to make simulator for 8085 microprocessor in C, C++ ? Pin
Amarelia13-Jun-05 20:44
Amarelia13-Jun-05 20:44 
AnswerRe: Any material available to make simulator for 8085 microprocessor in C, C++ ? Pin
Nilesh K.13-Jun-05 21:24
Nilesh K.13-Jun-05 21:24 
AnswerRe: Any material available to make simulator for 8085 microprocessor in C, C++ ? Pin
Rick York14-Jun-05 10:20
mveRick York14-Jun-05 10:20 
GeneralMSXML2::IXMLDOMDocument::save a xml doc Pin
Saurabh_Delhi13-Jun-05 17:22
Saurabh_Delhi13-Jun-05 17:22 
GeneralRe: MSXML2::IXMLDOMDocument::save a xml doc Pin
ThatsAlok13-Jun-05 23:32
ThatsAlok13-Jun-05 23:32 
GeneralRe: MSXML2::IXMLDOMDocument::save a xml doc Pin
Saurabh_Delhi14-Jun-05 3:47
Saurabh_Delhi14-Jun-05 3:47 
GeneralRe: MSXML2::IXMLDOMDocument::save a xml doc Pin
ThatsAlok14-Jun-05 18:26
ThatsAlok14-Jun-05 18:26 
Saurabh_Delhi wrote:
If you have any sample code program, do send it to me.

here it is, this actual i am using in one of my application

CStdioFile m_File;
if(m_File.Open(szFilePath,CFile::modeWrite|CFile::modeCreate))
{
  // here pDomDoc is object of IXMLDomDocument :)
   char *str=W2T(pDomDoc->xml);
   m_File.WriteString(str);
   m_File.Close();
}



Saurabh_Delhi wrote:
Thanks Alok
Mention Not buddy Smile | :)


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
GeneralDropdown toolbuttons Pin
laiju13-Jun-05 20:05
laiju13-Jun-05 20:05 
GeneralRe: Dropdown toolbuttons Pin
Iain Clarke, Warrior Programmer14-Jun-05 0:13
Iain Clarke, Warrior Programmer14-Jun-05 0:13 
GeneralRe: Dropdown toolbuttons Pin
laiju13-Jun-05 21:36
laiju13-Jun-05 21:36 
GeneralRe: Dropdown toolbuttons Pin
Iain Clarke, Warrior Programmer14-Jun-05 0:20
Iain Clarke, Warrior Programmer14-Jun-05 0:20 
GeneraltimeSetEvent Pin
medlar13-Jun-05 20:04
medlar13-Jun-05 20:04 
GeneralRe: timeSetEvent Pin
khan++13-Jun-05 18:23
khan++13-Jun-05 18:23 
GeneralRe: timeSetEvent Pin
Nilesh K.13-Jun-05 21:30
Nilesh K.13-Jun-05 21:30 
GeneralEnsuring Single instance of Application Pin
laiju13-Jun-05 16:58
laiju13-Jun-05 16:58 
GeneralRe: Ensuring Single instance of Application Pin
Stlan13-Jun-05 20:10
Stlan13-Jun-05 20:10 
GeneralRe: Ensuring Single instance of Application Pin
laiju13-Jun-05 20:44
laiju13-Jun-05 20:44 
Questionhow to convert bitmap to raw image Pin
samren13-Jun-05 18:42
samren13-Jun-05 18:42 
AnswerRe: how to convert bitmap to raw image Pin
Nilesh K.13-Jun-05 22:58
Nilesh K.13-Jun-05 22:58 
GeneralActiveXScripting Pin
ditty grail13-Jun-05 18:32
ditty grail13-Jun-05 18:32 
Generaldownload executables from web page Pin
ask_you13-Jun-05 18:27
ask_you13-Jun-05 18:27 
GeneralRe: download executables from web page Pin
Iain Clarke, Warrior Programmer14-Jun-05 0:58
Iain Clarke, Warrior Programmer14-Jun-05 0:58 
GeneralCOleDateTime : total number of days in month Pin
DanYELL13-Jun-05 15:02
DanYELL13-Jun-05 15:02 
GeneralRe: COleDateTime : total number of days in month Pin
Stlan13-Jun-05 19:48
Stlan13-Jun-05 19:48 

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.