エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
コネクションまではブロッキングでやっています。通信に問題なければコンソールにgoogleのトップページ... コネクションまではブロッキングでやっています。通信に問題なければコンソールにgoogleのトップページのhtmlが表示されます。 libevのインストールなどは#1をご覧ください。 #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <string> #include <ev.h> #include <iostream> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <netinet/tcp.h> #include <netdb.h> #include <fcntl.h> #include <signal.h> #include <unistd.h> #define SOCKET int #def