Joseph_R_Thomas
September 28th, 2003, 09:40 PM
can someone gimme an idea how programs like IRC is programmed?so many users..so many channels....how does the infrastructur of that program is made?
tks a lot
tks a lot
|
Click to See Complete Forum and Search --> : Irc Joseph_R_Thomas September 28th, 2003, 09:40 PM can someone gimme an idea how programs like IRC is programmed?so many users..so many channels....how does the infrastructur of that program is made? tks a lot Joseph_R_Thomas October 7th, 2003, 08:44 AM anyone has any ideas? Twodogs October 9th, 2003, 08:38 PM Source code for a good unix IRC server / client is here (http://ftp2.nchu.edu.tw/UNIX/IRC/server/Old/irc2.8/) Joseph_R_Thomas October 9th, 2003, 10:27 PM any windows one???? but i was looking for some explanation on how it would work... SeventhStar October 10th, 2003, 10:04 AM so i recently needed something similar and used this to design my own irc client. Here is the sample. pretty simple but gives the general idea. it uses MFC and windows sockets (which is the only way to use irc in windows i think) Joseph_R_Thomas October 10th, 2003, 10:41 AM some comments on your project?:) Joseph_R_Thomas October 10th, 2003, 10:48 AM nothing happens when i try to connect....i cant see anything happening...care to help me with some instructions? tks a lot:) SeventhStar October 10th, 2003, 11:40 AM hmm what do you mean with nothing happens? do you connect? try changing the port to 6667 (most irc servers use it instead ot 7000) Joseph_R_Thomas October 10th, 2003, 11:57 AM did it...but nothing happens still...a window comes for a brief second and it dissapears....cant see anything..:( SeventhStar October 10th, 2003, 12:03 PM hmmm tel me what exatctly do you do? I never had this problem :confused: Joseph_R_Thomas October 10th, 2003, 12:10 PM i just click open and click on connect...i changed the port number to 6667 and what happens is:a window comes for about 500 milliseconds and then it dissapears and i am back to square 1:( SeventhStar October 11th, 2003, 02:37 AM change the server... if the connection fails (or is closed) all windows close. change the nick... If these dont work... I honestly dont know where the problem might be :confused: :confused: :confused: Joseph_R_Thomas October 15th, 2003, 11:07 AM cant get it to work...:( SeventhStar October 16th, 2003, 07:49 AM I'm sorry.... i never had any problem with it :( codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |