hi everyone,:cool:

I like to work on accessing internet(that means get a web site content) with my c code. so plz tell me a possible way to send reqest to a perticular web site and get the information....:rolleyes:

Recommended Answers

All 3 Replies

If you want to build from scratch, read the HTTP Specification and implement it in C.
If you want a C API library, check curl.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.