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
irc client [message #19824] Sun, 25 January 2009 09:09 Go to next message
pesanet is currently offline  pesanet
Messages: 1
Registered: January 2009
Junior Member
hi all,

Anyone Ever Made simple Irc Client ?
where would i start? Rolling Eyes

best,
--andris
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/

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


Current Time: Thu Apr 25 23:01:54 CEST 2024

Total time taken to generate the page: 0.03019 seconds