検索結果 1 件
- 13年前
- フォーラム: C言語何でも質問掲示板
- トピック: チャットプログラムについて
- 返信数: 4
- 閲覧数: 5394
Re: チャットプログラムについて
ご指摘ありがとうございます。 フォーラムルールをよく読まずに投稿してしまい本当にすみませんでした。 すみませんがもう一度修正したものを投稿しますので、アドバイスをお願いします。 サーバー #include <stdio.h> #include <sys/types.h> #include <sys/socket.h> #include <time.h> #include <netdb.h> #include <string.h> #include <sys/time.h> #include <unistd.h> #include <netinet/in.h> #include <arpa/in...