毛のはえたようなもの

インターネット的なものをつらつらとかきつらねる。

2007-10-18から1日間の記事一覧

ネットワークプログラミング1

socketを使おう!の巻。説明は面倒くさいのでしないというか、私もよくわかってない(o^▽^o) #include <stdio.h> #include <sys/socket.h> #include <netinet/in.h> #include <netdb.h> #define PORT 5555 void err_check(int res, char function_name[]); int main(int argc , char* argv[]){ int new_socke</netdb.h></netinet/in.h></sys/socket.h></stdio.h>…