I just wondering if anyone here ever made irc client.
I been wanting to make one in visual c++ 6.0 like mIRC.
new mIRC been pissing me off.
|
Full Version: Anyone Ever Made Irc Client In Visual C++ 6.0 ?
I just wondering if anyone here ever made irc client.
I been wanting to make one in visual c++ 6.0 like mIRC. new mIRC been pissing me off.
nope
no but i did make my own instant messenger which could be ported to make an irc client
*** Wrong Lang....
=] Read the IRC RFC. Its a really big help
ALWAYS READ THE RFC Yes, you could easily right an IRC client in C++, heck you can use telnet for IRC client if you really wanted... the only thing the IRC client does is parse commands, settings, stuff like "+w" etc... all you need to do is read the RFC and implement the protocol... although - you're not looking at a small project (esp. if you want xdcc, ctcp, etc...)
yeah i have.. several times even.
check the source for irc-u.. a few post down in this forum
I wrote a simple IRC client a year or so back to flex my socket and MDI window programming skills. Sorry, though. I didn't store the source in a safe
its a common term project for programming students around here. reading rfc, and maybe using the mirc debug to see the raw messages in action can be much help.
"/debug @debug" in mirc. you will see all raw messages in the @debug window.
nah, i might try soon tho
heh he if you want u can just use <h1>telnet</h1> as a mirc client. saw my friend did it before. just you have to remember the commands
Hydras is a nice one, not sure what version it is.
Is that mouse as in mouse from VP?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
|
||