Autologin

Hey guys, Iam using C++ and was trying to make an auto login website here is my code soo far.

string website;

cout << "Enter a website : ";
website="http://something.com" ;
string a = "start ";
string b = a + website;

system ( b.c_str() );

Now how do i get it to put my stored password into the password input and username into the username input and click submit?
thanks
To be more specific.. i want an application where i put the username and the password from the login site and it submits automatically and checks if the pass is right or wrong!
Topic archived. No new replies allowed.