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 projects?
2 Answers
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.
1 Comment
Amit Singh Tomar
Thats fine Taneli but Taneli where i get some real-life project on Socket programming since am good in C so i would like it to do in C.
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...
2 Comments
Amit Singh Tomar
Thanks trojanfoe ,but links simply provides tutorials but i would like to do some real life projects related to socket prograaming ...
trojanfoe
Oh see, apologies. I would have a look through code.google.com and search for what you want.