Filling HTTP form using C++

How do I go about making a program that fills an HTTP form and automatically submits it? I tried google but every result I see has used JavaScript. Isn't it possible with C++?
Very possible, I use cURL to submit forms myself. You just need to set the post variables and send the data to the server in question.
Topic archived. No new replies allowed.