User Profile

Collapse

Profile Sidebar

Collapse
clara
clara
Last Activity: Nov 2 '06, 03:10 AM
Joined: Aug 3 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • clara
    replied to any one help me please
    in C
    ya i checked that. it is not overwriting anything . but it is storing extra two square boxes at starting. to opena file i m using CArchive::Load and to save the file Carchive ::Store function but while parsing the file getting those boxes
    See more | Go to post

    Leave a comment:


  • clara
    started a topic getting square box at starting
    in C

    getting square box at starting

    while parsing file i am getting square box at starting but next line it parse correctly this is my code don know hown to solve that. i cant use CStdioFile it wont support for windows ce

    CFileDialog dlg(TRUE, _T("*.txt"));
    if(dlg.DoModal( ) == IDOK)
    {
    CFile f;
    if (!f.Open(dlg.Ge tFileName(), CFile::modeRead | CFile::typeText ))
    return FALSE;
    CString strTotal;...
    See more | Go to post

  • clara
    replied to any one help me please
    in C
    but only for first line it is showing square box in starting . for next line and all it parse correctly.i have to do substring comparision. if i take that first line string due to square box i cant do comparision. how can i remove that?

    my code is:

    to save file to text box:

    CArchive ar(&f,CArchive: :store)
    ar>>m_buffer;

    to parse the file

    if(!ar.readStri ng(StrLine))...
    See more | Go to post

    Leave a comment:


  • clara
    started a topic any one help me please
    in C

    any one help me please

    while writing string from text file i am getting square boxes. i am using carchive function . its reading correctly but starting i am getting two square boxes. i am using embedded vc++ for windows ce can anyone tell me how to solve that?
    i cant use cstdiofile it wont support:
    See more | Go to post
No activity results to display
Show More
Working...