开发者

C language application for data communication [closed]

It's difficult to tel开发者_StackOverflowl what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

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. ;-/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜