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.
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.
Comment