C language application for data communication [closed]
I am planning to develop an application (could be in C or Ada!!) to exchange the data between two computers. Please help me out to start this work.
Here's a start if you happen to chose C:
int main(int argc, char *argv[])
{
...
return 0;
}
Just fill in the "..." part, add new functions etc. as appropriate.
Or maybe ask a more specific question. ;-/
精彩评论