C++ to search words in HTML
Hi All,
I need to write a programme which is able to do these two parts:
1. Able to read and search for certain words from the HTML codes. Then the number of the accourrence will be shown.
2. Search for a certain tag and its value (for example, I want to find the Alt <tag> and its value in the html.
Could anyone give me some clues and helps?
Thanks in advance,
P.
I need to write a programme which is able to do these two parts:
1. Able to read and search for certain words from the HTML codes. Then the number of the accourrence will be shown.
2. Search for a certain tag and its value (for example, I want to find the Alt <tag> and its value in the html.
Could anyone give me some clues and helps?
Thanks in advance,
P.
0
Comments