Socket Programming

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bishnu12
    New Member
    • Jan 2007
    • 5

    Socket Programming

    Hi all,

    What are the steps for doing socket programming in Windows....I am trying to write a HTTP client using C which can get me a web page.

    Please help
  • sashi
    Recognized Expert Top Contributor
    • Jun 2006
    • 1749

    #2
    Originally posted by bishnu12
    Hi all,

    What are the steps for doing socket programming in Windows....I am trying to write a HTTP client using C which can get me a web page.

    Please help
    Hi there,

    Very well, the answer is very simple, you need to know about port no. / name & it's usage, a little knowledge on protocols, i.e, TCP / UDP. Do a little research on google.com, hope it helps. Good luck & Take care.

    Comment

    • bishnu12
      New Member
      • Jan 2007
      • 5

      #3
      Thank you very much. I got some useful things. I will post the relevant links in my next mail.

      Comment

      • sashi
        Recognized Expert Top Contributor
        • Jun 2006
        • 1749

        #4
        Originally posted by bishnu12
        Thank you very much. I got some useful things. I will post the relevant links in my next mail.
        Hi there,

        Good luck & Take care.

        Comment

        Working...