cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Autologin
Autologin
Dec 26, 2010 at 9:39pm UTC
rafailos
(21)
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
Dec 26, 2010 at 10:33pm UTC
rafailos
(21)
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.