Connect to IRC server
-
Hi guys, I would like to create a simple program that can connect to a irc server and then send message on the main.. Can anyone give me ideas how to do it.... i have seach for some simple code but then could nt run on my visual studio since its showing so many errors... can anyone given some simple codes to connect ? Thank you.
-
Hi guys, I would like to create a simple program that can connect to a irc server and then send message on the main.. Can anyone give me ideas how to do it.... i have seach for some simple code but then could nt run on my visual studio since its showing so many errors... can anyone given some simple codes to connect ? Thank you.
Thilek wrote:
I would like to create a simple program that can connect to a irc server and then send message on the main.. Can anyone give me ideas how to do it.... i have seach for some simple code but then could nt run on my visual studio since its showing so many errors...
I think you should search for simple socket based application, or try to create some client-server based application before actually jumping in Internet relay chat arena.... Frankly speaking, it will give great help and knowledge to you, once you able to make urself a small chattign application.
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You
-
Hi guys, I would like to create a simple program that can connect to a irc server and then send message on the main.. Can anyone give me ideas how to do it.... i have seach for some simple code but then could nt run on my visual studio since its showing so many errors... can anyone given some simple codes to connect ? Thank you.
Have a look at Beej's guide to networking programming[^], another starting point is the Winsock Programmer's FAQ[^], both come with examples. The rest is IRC protocol specific, /M
Webchat in Europe :java: (only 4K)
-
Have a look at Beej's guide to networking programming[^], another starting point is the Winsock Programmer's FAQ[^], both come with examples. The rest is IRC protocol specific, /M
Webchat in Europe :java: (only 4K)
Thanks guys... i manage to write the program in JAVA since i did socket programming in JAVA before.... i will try to work on this first.. once its could be done as i wanted, then i will do it with C++ since i wanted the program to be in C++ :) Thanks a lot with your ideas and suggestions... It was all about socket to connect to IRC... never know it will be easy as this.... Really helped me..