How do I automatically complete a php form using C++?
问题 What is a simple way to complete a php form, submit it and get the resulting data ? It doesn't have to be C++ but I know it best, I have the last visual studio and I need a windows executable. I found something that does this in ruby, it's called mechanize, I'm wondering if there's something similar for C++ ? 回答1: If it's a general form (i.e. you want it to work well with any HTML form, then probably your best bet is to utilize an HTML parsing library, such as http://www.codeproject.com/KB