Is it possible for C++’ input stream to read from a chatroom like msn , yahoo and things like that and return some sort of message?
just wondering as i search the net and most of it require client and server.
I am new to this
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.
No; the two concepts have only a passing resemblance.
In short, they are chalk and cheese.
There have been nominal efforts to provide access to sockets via the iostream facility, which was designed to be extended in such ways. However, these libraries have never acquired significant traction in mainstream C++ programming. Even if they had, they would still be a long way off implementing a protocol as complex as XMPP.