c plus plus code comparator

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • furqan shaikh

    #1

    c plus plus code comparator

    hi can any one help me in making the c++ files comparator.
    i m in data structure course and i am gonna make project on c++ code
    comparator.
    plz help me in making it.
  • Salt_Peter

    #2
    Re: c plus plus code comparator

    On Nov 7, 2:23 am, furqan shaikh <furqa...@gmail .comwrote:
    hi can any one help me in making the c++ files comparator.
    i m in data structure course and i am gonna make project on c++ code
    comparator.
    plz help me in making it.
    sure, read up on std::ifstream.

    Comment

    • Lionel B

      #3
      Re: c plus plus code comparator

      On Thu, 06 Nov 2008 23:23:57 -0800, furqan shaikh wrote:
      hi can any one help me in making the c++ files comparator. i m in data
      structure course and i am gonna make project on c++ code comparator.
      plz help me in making it.
      Ok, what have you got so far?

      --
      Lionel B

      Comment

      • AnonMail2005@gmail.com

        #4
        Re: c plus plus code comparator

        On Nov 7, 2:23 am, furqan shaikh <furqa...@gmail .comwrote:
        hi can any one help me in making the c++ files comparator.
        i m in data structure course and i am gonna make project on c++ code
        comparator.
        plz help me in making it.
        Are you talking about a file comparator written in C++? If so, then
        take a look at the man page for the unix program called diff.

        It's functionality should give you an idea of what a file comparator
        can/should do. You can then pick what functionality you want to
        implement given your expertise and time constraints.

        HTH

        Comment

        • red floyd

          #5
          Re: c plus plus code comparator

          On Nov 6, 11:23 pm, furqan shaikh <furqa...@gmail .comwrote:
          hi can any one help me in making the c++ files comparator.
          i m in data structure course and i am gonna make project on c++ code
          comparator.
          plz help me in making it.

          You can find some pointers at http://www.parashift.com/c++-faq-lit...t.html#faq-5.2

          Comment

          • furqan shaikh

            #6
            Re: c plus plus code comparator

            On Nov 7, 11:10 pm, red floyd <redfl...@gmail .comwrote:
            On Nov 6, 11:23 pm,furqanshaikh <furqa...@gmail .comwrote:
            >
            hi can any one help me in making the c++ files comparator.
            i m in data structure course and i am gonna make project on c++ code
            comparator.
            plz help me in making it.
            >
            You can find some pointers athttp://www.parashift.c om/c++-faq-lite/how-to-post.html#faq-5.2
            sir i am not gonna tell u to do my work but i just need ur help thats
            it.
            this is my third semester and difficult for me. and i am determined to
            do the same.

            Comment

            • red floyd

              #7
              Re: c plus plus code comparator

              furqan shaikh wrote:
              On Nov 7, 11:10 pm, red floyd <redfl...@gmail .comwrote:
              >On Nov 6, 11:23 pm,furqanshaikh <furqa...@gmail .comwrote:
              >>
              >>hi can any one help me in making the c++ files comparator.
              >>i m in data structure course and i am gonna make project on c++ code
              >>comparator.
              >>plz help me in making it.
              >You can find some pointers athttp://www.parashift.c om/c++-faq-lite/how-to-post.html#faq-5.2
              >
              sir i am not gonna tell u to do my work but i just need ur help thats
              it.
              this is my third semester and difficult for me. and i am determined to
              do the same.
              If you are having a problem with your assignment, ask your instructor.

              If you want *us* to help you, at least show that you've put some effort
              into it. Show us what you already have written, and where you are
              having problems. If your issue is with the algorithm, you're off-topic
              here. If your issue is with using C++ to implement your algorithm, then
              maybe you're on-topic, but *SHOW US YOUR WORK*.

              Comment

              Working...