CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: abub93

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,637

    Re: Need help with reading and outputting files

    ^^^Thanks for your reply. Punctuation is a separate problem not the same sorry if that wasn't clear. And for map/parse, I dont know how to do them things I'm just a beginner, know the basics
  2. Replies
    6
    Views
    1,637

    Re: Need help with reading and outputting files

    the way I took out punctuation:

    CODE::

    while(!text1.eof())
    ----{
    -----------text1 >> str;
    -----------text1Vector.push_back(str);
    -----------for(int j = 0;j < text1Vector.size(); j++)...
  3. Replies
    6
    Views
    1,637

    Need help with reading and outputting files

    Hi everyone, I have got an assignment. It is about comparing two files one file has sentences and the other abbreviations. so far i have managed to compare the abbreviations which appear in the...
  4. Re: need help with file searching and listing for an assignment

    Thanks a lot max. You''ve been great help
  5. Re: need help with file searching and listing for an assignment

    Thanks a lot. Just what I needed. Is there a similar way to do the first code or is it completely different? What I'm trying to do is a similar principle. Userinputs the folder THEY want to search....
  6. Re: need help with file searching and listing for an assignment

    Thanks very much for your help but what im ting to do is search the extension the user inputs. rather than have string[] fileFiltering = Directory.GetFiles("C:\\Windows", "*.exe"); I would like...
  7. need help with file searching and listing for an assignment

    Hi everyone sorry if it is not the place to ask this question but im new to this site and i am new to programming. I have recently been set an assignment for file searching and listing. Im in the...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured