Sep 1st, 2006, 10:13 AM
|
#5
|
|
Hobbyist Programmer
Join Date: Jun 2006
Location: at my computer desk
Posts: 138
Rep Power: 3 
|
Quote:
|
Originally Posted by Sane
A multi-threaded chat client and chat server that uses your own protocol? You'd learn a great deal about programming if you did that.
|
two weeks?
__________________
my site: www.sreenathpillai.tk
#include<iostream>
using namespace std;
int a=1;
int main()
{while(a<=500, a++)
{cout >>"I will not throw paper airplanes in class";}
return 0;
}
|
|
|