开发者

Socket programming in C on linux

开发者 https://www.devze.com 2023-02-03 04:37 出处:网络
I am interested in socket programming and I learned basics of socket programming. I am doing it C on linux. Now I would like to work on some project related to socket programing. Could any body sugges

I am interested in socket programming and I learned basics of socket programming. I am doing it C on linux. Now I would like to work on some project related to socket programing. Could any body suggest from where I get help means online socket related pr开发者_JAVA百科ojects?


In case you see C++ as an option, you could take a look at the network examples of the Qt framework.

If you want to stick to C, you could take a look at the socket support of GLib.


Here are some tutorial sites:

  • http://www.tenouk.com/cnlinuxsockettutorials.html
  • http://www.linuxhowtos.org/C_C++/socket.htm
  • http://beej.us/guide/bgnet/

but there are many more...

0

精彩评论

暂无评论...
验证码 换一张
取 消