Home » Developing U++ » U++ Developers corner » irc client
|
Re: irc client [message #19872 is a reply to message #19824] |
Wed, 28 January 2009 13:46  |
captainc
Messages: 278 Registered: December 2006 Location: New Jersey, USA
|
Experienced Member |
|
|
3 things you will need from Ultimate++
- GUI
- Sockets
- Multithreading (if you want to manage many simultaneous connections)
Also, you will need to read the irc protocol:
http://www.irchelp.org/irchelp/rfc/rfc.html
A quick Google search for 'irc "c++"' resulted in a few C++ libraries that already exist and a few examples as well. I would start there.
This one looks really good, its just a library that you can build and link your application with: http://libircclient.sourceforge.net/
|
|
|
Goto Forum:
Current Time: Sun Apr 27 22:12:20 CEST 2025
Total time taken to generate the page: 0.00472 seconds
|