Page 1 of 1
who ever made irc client in visual c++
Posted: Tue Dec 16, 2003 9:44 am
by Mouse
just wondering.
Posted: Tue Dec 16, 2003 1:10 pm
by HM2K
khaled, was that a trick question?
Posted: Tue Dec 16, 2003 6:01 pm
by slushey
I did, because I was bored in school and there was MVC++ installed so I decided to make one.
It really sucked.
Posted: Tue Dec 16, 2003 10:09 pm
by munky
try
google, the first few links seem to be usefull
if you're looking for an excersice in learning irc numerics, or just seeing if you can do it, you might look at perl with the POE::Component::IRC module. it's very easy to program with (though would not be as "fast/efficient" as a nicely written c/c++ client)
Posted: Wed Dec 17, 2003 4:20 am
by HM2K
Okay, just to clear things up... this is taken from versions.txt from mirc...
30.Uninstaller will now work even if you have other copies of mIRC
running.
31.Now using Visual C++ .NET 7.0 to compile mIRC.
32.Fixed memory bug relating to registry handling.
Note: mIRC is not open source... so here's my tip forst learning about irc clients, its simply, just learn how to make a socket bot in mirc, thats how I first learned... Try php, perl, then look at java, and finally C/C++
There's lots of different clients in many different languages i'm sure its not that hard to find an open source one to look at...
Enjoy.
Posted: Sat Jan 31, 2004 1:33 am
by TagMastA
I made one in ASP.NET
works nice!