"Java in a Nutshell" and "Programming Perl" by O'Reilly both have examples of how to do this in those respective languages. If you want to learn it in C, I'd recommend "Unix Network Programming" (the publisher eludes me - someone stole my copy).
You might want to link this into one of the programming TAs with a zero-point question that links back here - I'm sure there are plenty of folks there who could post actualy code examples...
If you're ambitious, grab the source for 'finger' or some other simple text-based client/server - that should provide more than enough example...
-Jon
Main Topics
Browse All Topics





by: HahoPosted on 2001-06-06 at 19:26:20ID: 6162211
u can learn to write a simple client server app here at: du/~beej/g uide/net/
http://www.ecst.csuchico.e
excellent guide..