Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous message
captainc is currently offline  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/

 
Read Message
Read Message
Previous Topic: MMX - no gain again...
Next Topic: The debugger crashed
Goto Forum:
  


Current Time: Tue Aug 26 19:34:23 CEST 2025

Total time taken to generate the page: 0.05371 seconds