开发者

C language application for data communication [closed]

开发者 https://www.devze.com 2023-04-04 15:39 出处:网络
It's difficult to tel开发者_StackOverflowl what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current
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

精彩评论

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