Hi I want to implement chat application through UDP in Vc++.net can anyone help me ?
Thanks in Advance…
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.
Even though boost is not the silver bullet, boost asio does have a client – server – chat example. This specific example does use tcp though, but it’s not difficult to modify it to use udp. There are many other useful examples, such as the echo which features some UDP examples.
IMO boost-asio is a really well-structured and useful library to write any networking code in.
OTOH boost including asio isn’t necessary the easiest library to learn…