Thread: I Need books for sockets is C Please !

  1. #1
    Registered User
    Join Date
    Sep 2008
    Location
    CPU
    Posts
    1

    Unhappy I Need books for sockets is C Please !

    Hi Everybody
    how are u ?

    i need books /turtl/videos/papers anything for programming sockets in C
    can u give me !

    and i am waiting u
    Last edited by Salem; 09-14-2008 at 11:51 PM. Reason: Remove font abuse

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Moved to Networking/Device Communication.

    Have you tried Beej's Guide to Network Programming?
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Registered User
    Join Date
    Apr 2008
    Posts
    40
    I like the book "Interprocess communication in Unix - The nooks and crannies" by John Shapley Gray. It covers everything about sockets I'd say, and the examples are in C.

    Examples of contents is Unix sockets (between processes on the same computer), Internetsockets for communication over network/internet, examples on how to code a simple server and client setup over the internet and using Unix sockets, aswell as more primitive interprocess communications.

    Sofar it's worked fine to use the examples in Linux aswell.

  4. #4
    Registered User valaris's Avatar
    Join Date
    Jun 2008
    Location
    RING 0
    Posts
    507
    Can't go wrong with the stevens unix network programming book. Probably considered one of the standard books on the subject. The examples are all in C as requested as well.

  5. #5
    Registered User
    Join Date
    Mar 2007
    Posts
    142
    You may find this collection of links useful: Everything you ever... about Networking

  6. #6
    Registered User
    Join Date
    Jul 2008
    Posts
    71
    Quote Originally Posted by idelovski View Post
    You may find this collection of links useful: Everything you ever... about Networking
    thanks.bookmark that site

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What are some good books on C?
    By php111 in forum C Programming
    Replies: 9
    Last Post: 10-01-2008, 06:16 AM
  2. C++ Books
    By Darklighter in forum C++ Programming
    Replies: 8
    Last Post: 01-03-2006, 07:13 PM
  3. Reference Books at Work and Home
    By kuphryn in forum Tech Board
    Replies: 2
    Last Post: 05-20-2004, 05:59 AM
  4. Good books?
    By Unregistered in forum C++ Programming
    Replies: 14
    Last Post: 02-10-2002, 01:58 PM
  5. Books Books Books
    By aresashura in forum Game Programming
    Replies: 5
    Last Post: 12-28-2001, 09:08 PM