明日、TCP/IP プログラミングの試験があります。以下は、この論文に関する以前の質問の 1 つです。
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 プログラムを実行するためのコンパイラやその他の設定のセットアップ方法がわかりません。オンラインで検索すると、クライアント用とサーバー用の 2 つの異なるプログラムが見つかりました。これらのプログラムを実行して目的の出力を得る方法を教えてください。システムにどの種類のコンパイラをインストールする必要がありますか (Windows 7 を使用しています)??