Search Engine Using C++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kinannawaz
    New Member
    • Dec 2007
    • 20

    Search Engine Using C++

    I have been given a project to build a search engine using c++ i am enrolled in data structure course. I want to convert an html file into a .txt file than i have to search the page with the string specified (e.g. LONDON) . it sholud go through all the html file (e.g file.html) and searh for 'london' string if it founds that sting it should return me true i.e if it finds london in that .html file.

    I think i have to use file handling init.


    Asking all programmers to to guide me with this i.e if they do not have the code some guidence or some steps (Algorithm) to do it will mean alot.

    Thank you.
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    I can help with a specific programming issue but overall solutions I cannot provide.


    Please read the posting guidelines.

    Comment

    • kinannawaz
      New Member
      • Dec 2007
      • 20

      #3
      It will mean a lot............ ............to me

      Comment

      • sicarie
        Recognized Expert Specialist
        • Nov 2006
        • 4677

        #4
        The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

        Please read the Posting Guidelines and particularly the Coursework Posting Guidelines.

        Then when you are ready post a new question in this thread.

        Comment

        • kinannawaz
          New Member
          • Dec 2007
          • 20

          #5
          okay.........

          thx for the above info

          it was not helpfull for my project.

          but i will keep in mind whenever i post

          i will be posting my coding error soon as i am working on it right now....

          thx

          Comment

          Working...