To login to a website I can use curl, what about when I need to login to a client software?
To login to a website I can use curl , what about when I
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Erm… there is no ‘standard way’ for logging into client software in C or C++
The concept of ‘logging in’ does not exist in any language that I am aware of.
What you are after is some of API or library of code that will provide this functionality for you, or do it your self.
Your question imply that’s you are doing some sort of logging into a web based service, such as twitter, there are libraries out there will make it fairly easy for you to send a request to a web server and get the response.
I can’t remember what it actually is, but windows does provide a very good API for this sort of thing… not sure if I used C# though, but I am sure their will be a C and a C++ version.
Oh, and are you using C or C++?