CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Thread: Text File:

  1. #1
    Join Date
    Apr 1999
    Posts
    4

    Text File:

    Help me figure out...A program that will read 2 text files and compare them by character. Program should be able to tell if text is identical and if not how and were they are different.......Thanks (o:


  2. #2
    Guest

    Re: Text program

    WinDiff


  3. #3
    Join Date
    Apr 1999
    Posts
    4

    Re: Text program

    thanks but that looks way more advanced then i have become in c++ i am using an old compiler it doesn't even have windiff


  4. #4
    Join Date
    Apr 1999
    Posts
    383

    Re: Text program


  5. #5
    Guest

    Mmmm... Homework... WAS: Re: Text File:

    Is there no limit to what simple homework assignments people wants help with here?

    If you don't have a clue how to make that program, maybe you should start attending some of the lessons in you class? Start thinking!!! What would you do if you were to read two text files and tell sombody else where they differ?
    Would you first ask a stranger to do it for you or would you start comparing letter by letter and when something differs, write it down so you can tell somebody where they differ?


  6. #6
    Guest

    Mmmm... Homework... WAS: Re: Text File:

    just looking for tips not a homework assignment am trying to self teach i thought this page could help me thanks for the input NOTED!!!!!!


  7. #7
    Guest

    Mmmm... Homework... WAS: Re: Text File:

    Welcome to the CodeGuru homepage, the online community of developers. Here you will find hundreds of code snippets that can help you with your projects.
    Get the picture!!!!!!!!!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured