Sam H
Sam H

Reputation: 976

How would I get a string representation of a web page's source from URL in C?

How would I get a string representation of a web page's source from URL in C?

Upvotes: 0

Views: 105

Answers (1)

cdhowie
cdhowie

Reputation: 169008

If you just want to download it, libcurl is a pretty nifty library for fetching files from many different kinds of servers, including HTTP.

Upvotes: 2

Related Questions