regarding socket programming in c

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deepikacp
    New Member
    • Feb 2007
    • 1

    regarding socket programming in c

    hi friends,
    i m doin my project work in c, i have to do socket program in c, i m not able to get the correct header file or the correct function for it. please help me if you know abt it. do mail to <address remove see FAQ> the solution.
    with regards
    deepika
    Last edited by Banfa; Feb 26 '07, 11:42 AM. Reason: Removed email address
  • vpawizard
    New Member
    • Nov 2006
    • 66

    #2
    Originally posted by deepikacp
    hi friends,
    i m doin my project work in c, i have to do socket program in c, i m not able to get the correct header file or the correct function for it. please help me if you know abt it. do mail to cp_deepika@yaho o.com the solution.
    with regards
    deepika

    Hello,
    TSDN members can help you much better if you post your xact problem, what did you attempt n where r u stuck?
    If you are programming in UNIX, the header files are sys/socket.h contains socket functions and system calls. netinet/in.h contains protocol-related functions. Hope this gives you atleast a starting point.

    Regards,

    Comment

    • horace1
      Recognized Expert Top Contributor
      • Nov 2006
      • 1510

      #3
      Originally posted by deepikacp
      hi friends,
      i m doin my project work in c, i have to do socket program in c, i m not able to get the correct header file or the correct function for it. please help me if you know abt it. do mail to cp_deepika@yaho o.com the solution.
      with regards
      deepika
      have a look at
      http://sage.mc.yu.edu/kbeen/teaching/networking/resources/sockets.html

      Comment

      Working...