C++ and Networking

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Salva

    C++ and Networking

    I have build up good knowledge in C/C++ and would like to develop networked applications but without hugging Windows, Unix and the lot. How do I get aroung this using C++ and what REALLY good materials on Network Programming Using C++ can be recommended.

    Cheers

  • René Kjellerup

    #2
    Re: C++ and Networking



    Salva wrote:[color=blue]
    > I have build up good knowledge in C/C++ and would like to develop networked applications but without hugging Windows, Unix and the lot. How do I get aroung this using C++ and what REALLY good materials on Network Programming Using C++ can be recommended.
    >
    > Cheers
    >[/color]

    You'll some backgound in any system, but I prefere BSD sockets and see
    if you can get a hold of a copy of the book:
    4.4BSD Programmer's Supplementary Documents
    ISBN: 1-56592-079-1

    that should ba a place to start even though it's mostly C, but much can
    be rewritten into C++

    Yours René

    Comment

    • db

      #3
      Re: C++ and Networking

      On Wed, 28 Jan 2004 12:36:50 -0600
      "Salva" <hugolacci@nosp am.budweiser.co m> wrote:
      [color=blue]
      > I have build up good knowledge in C/C++ and would like to develop networked applications but without hugging Windows, Unix and the lot. How do I get aroung this using C++ and what REALLY good materials on Network Programming Using C++ can be recommended.[/color]

      Take a look at ACE:


      br
      db

      Comment

      Working...