Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
C programming help !!?
i just wanted to know if you could make your program acces websites (i don't want to make a browser, just want to check the html code)
David D, how do you it?? for e.g. if i wanted to check if the html code had 1212 of google(suppose)
e.g. http://khushman1.googlepages.com/example.htm
the above pages html code is 1212 , so how to make the program store that in a variable e.g. 'a'
2 Answers
- David DLv 71 decade agoFavorite Answer
Yes, you can write an HTTP client and HTML parser in pretty much any language, C included.
- 1 decade ago
What do you mean by this:
"if i wanted to check if the html code had 1212 of google"