Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Allocating a Multidimensional Array Pin
Richard Andrew x6427-Jun-06 3:54
professionalRichard Andrew x6427-Jun-06 3:54 
AnswerRe: Allocating a Multidimensional Array Pin
Hamid_RT27-Jun-06 2:15
Hamid_RT27-Jun-06 2:15 
GeneralRe: Allocating a Multidimensional Array Pin
Richard Andrew x6427-Jun-06 3:56
professionalRichard Andrew x6427-Jun-06 3:56 
Questionftp link library in VC++? Pin
usman_07026-Jun-06 23:57
usman_07026-Jun-06 23:57 
QuestionXml Pin
vasusree26-Jun-06 23:30
vasusree26-Jun-06 23:30 
AnswerRe: Xml Pin
Taka Muraoka26-Jun-06 23:49
Taka Muraoka26-Jun-06 23:49 
GeneralRe: Xml Pin
vasusree27-Jun-06 0:04
vasusree27-Jun-06 0:04 
GeneralRe: Xml [modified] Pin
FarPointer27-Jun-06 0:32
FarPointer27-Jun-06 0:32 
This is Brute force method in which you can use the Format of CString to put the value in the text using the xml format and save it in .xml format .

fstream m_fXmlWrite;
sAddHeader.Format(""<"?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>"); m_fXmlWrite<<sAddHeader<<endl;

Regards,
FarPointer
Blog:FARPOINTER
GeneralRe: Xml Pin
Taka Muraoka27-Jun-06 0:51
Taka Muraoka27-Jun-06 0:51 
Questionproblem with string table Pin
sach!!26-Jun-06 23:29
sach!!26-Jun-06 23:29 
AnswerRe: problem with string table Pin
Don Box26-Jun-06 23:46
Don Box26-Jun-06 23:46 
GeneralRe: problem with string table [modified] Pin
Viorel.26-Jun-06 23:54
Viorel.26-Jun-06 23:54 
AnswerRe: problem with string table Pin
sach!!27-Jun-06 0:07
sach!!27-Jun-06 0:07 
GeneralRe: problem with string table Pin
Viorel.27-Jun-06 1:14
Viorel.27-Jun-06 1:14 
GeneralRe: problem with string table Pin
sach!!27-Jun-06 1:31
sach!!27-Jun-06 1:31 
AnswerRe: problem with string table Pin
Hamid_RT27-Jun-06 1:28
Hamid_RT27-Jun-06 1:28 
AnswerRe: problem with string table Pin
sach!!27-Jun-06 2:24
sach!!27-Jun-06 2:24 
Questionhow we can change tthe name of the menu in runtime Pin
happy_ram26-Jun-06 23:26
happy_ram26-Jun-06 23:26 
AnswerRe: how we can change tthe name of the menu in runtime Pin
Viorel.26-Jun-06 23:41
Viorel.26-Jun-06 23:41 
QuestionRe: how we can change tthe name of the menu in runtime Pin
ovidiucucu26-Jun-06 23:49
ovidiucucu26-Jun-06 23:49 
AnswerRe: how we can change tthe name of the menu in runtime Pin
kakan26-Jun-06 23:55
professionalkakan26-Jun-06 23:55 
GeneralRe: how we can change tthe name of the menu in runtime Pin
happy_ram26-Jun-06 23:59
happy_ram26-Jun-06 23:59 
GeneralRe: how we can change tthe name of the menu in runtime Pin
Hamid_RT27-Jun-06 1:35
Hamid_RT27-Jun-06 1:35 
GeneralRe: how we can change tthe name of the menu in runtime Pin
vasusree27-Jun-06 1:51
vasusree27-Jun-06 1:51 
GeneralRe: how we can change tthe name of the menu in runtime Pin
Hamid_RT27-Jun-06 2:24
Hamid_RT27-Jun-06 2:24 

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.