#include #include using namespace std; #include bool PostHttpPage(const std::string& hostname, const std::string& pathname, const std::string& postdata) { CInternetSession session("your app agent name"); try { INTERNET_PORT nPort = 80; DWORD dwRet=0; CHtt