我明天有一个关于 TCP/IP 编程的考试。以下是本文前面的问题之一。
Write and run a client and a server program. Using C language in UNIX, with the
following specifications :
• A TCP client program will send a range of number (e.g. 1 to 10) to the server.
• TCP server accept the number range from client and send back the sum of the
number range. Client will print the result.
我不知道如何设置编译器和其他设置来运行这个 tcp ip 程序。当我在网上搜索时,我得到了两个不同的程序,一个用于客户端,另一个用于服务器。有些人请告诉我如何运行这些程序以获得所需的输出。我应该在我的系统上安装什么样的编译器。(我使用的是 Windows 7)??