I wanna make a program that can request to the web, is there any library for that ?
Ive been googling, I found some like opentop but its not free and the other can't run in cross platform.

Recommended Answers

All 2 Replies

You can download files from the web using URLDownloadToCacheFile or URLDownloadToFile APIs.

You can also send requests (GET, POST, etc.) using plain old TCP/IP sockets. You will have to write the HTTP bit, which is just some simple text protocol.

ooo, I dont know how to build it with tcp/ip sockets, but thanks anyway.
Ive found what im looking for, its libcurl. you can download it in http://curl.haxx.se/download.html.

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.