Reputation: 8610
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?
Upvotes: 0
Views: 557
Reputation: 687
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.
Upvotes: 2
Reputation: 122449
Here are some tutorial sites:
but there are many more...
Upvotes: 0