You are on page 1of 1

/*char buf[15];

TCHAR *file=_T("garbage.txt");
obj_file.Open(file,CFile::modeCreate||CFile::modeNoTruncate||
CFile::modeReadWrite,0);
CStringA ca;
for(int i=0;i<5;i++)
ca=str[i];
strcpy(buf,ca);
strcat(buf,"\0");
obj_file.Write(buf,strlen(buf)+1);*/

//if(j++==0)

//new_dialog= new CDialog1;


//new_dialog->Create(IDD_DIALOG1,this);
//new_dialog->ShowWindow(SW_SHOW);

You might also like