Making an IRC client

Jun 6, 2015 at 1:47pm
Hi everyone,
I recently thought of making an IRC client but I have no idea how to make one. I think I would need to learn how to use sockets and all but apart from that, I don't know what to do. Would you guys have links to tutorials on what I would need to know in order to get it up and running. And if you could also detail the main steps into making one, it would really help me.

Thanks,
mindoo
Jun 6, 2015 at 3:31pm
It would be a console based IRC client. If you have any ideas of where I could find a god tutorial, please tell me.
Jun 6, 2015 at 4:47pm
I think you will have to do some research. You won't find tutorials for every little step you want to do.

You say you need to learn to use sockets. It's a good start. Do that.

The IRC protocol is well documented here: http://tools.ietf.org/html/rfc1459
Jun 6, 2015 at 5:27pm
Hi,
Thanks a lot for the link. I already saw that link.
What I'm really looking for is a good tutorial on using sockets in c++. Do you know where I could find that ?

thanks,
mindoo
Jun 6, 2015 at 9:50pm
I'm sorry, I don't, but hopefully someone else knows.
Jun 7, 2015 at 2:33am
This is a great tutorial:
http://beej.us/guide/bgnet/
Jun 7, 2015 at 9:39am
Thanks, I'll go check it out.
Topic archived. No new replies allowed.