HTTP request using C++ program

Hi,
I'm working on a personal project which involves sending a http (Specifically POST) request using a C program. I'd like to know how to do this in C\C++. I'd be glad if some one can help me out with this.

Thanks in advance!
Look into a networking library such as libcurl: http://curl.haxx.se/libcurl/
libcurl can be used to send requests to websites, and will allow you to set the POSTDATA. If you have any questions on libcurl, feel free to ask:)
Topic archived. No new replies allowed.