Basic networking in C

WeeZer51402

Registered
Does anybody know of any good resources to get started with programming some basic networking in, even conceptual info will help, if anybody has any suggestions please contribute.
thanks,
mike
 
What specifically are you looking for? Right now in a C class that I'm taking at school we are covering sockets.

If this is the basic type of networking that you are looking for, here is a link with a brief description of sockets. At the bottom of the page is some C code examples.

How this helps (if this is what you was looking for)

http://arioch.unomaha.edu/~jclark/cs1840/sockets/
 
Back
Top