CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: C++ Networking

  1. #1
    Join Date
    Apr 2003
    Location
    delhi
    Posts
    2

    Cool C++ Networking

    hi, I was wondering that is there any c+ neworking library for linux (gcc), something easier or more c++ style thing. I have been using the socket,listen,ascccep etc system calls but some thing better should be available.
    Every thing is relatively easy !

  2. #2
    Join Date
    Apr 2003
    Location
    Hyderabad,India
    Posts
    486

    Get help from net..

    hi, the following link has some cool code for sockets in c and c++ etc for linux.
    few months back even i was wondering whether any standard library exists or not.
    It seems no standard library is available, Only thing we can write our self some headers or use the existing header files available on net
    check this out.. it may be helpful to you
    http://www.linuxsocket.org/books/Sockets/programs/
    and for general reading the following link has some interesting stuff, check this also.
    http://www.geocities.com/kollurihari/hari/alllinks.html

    best wishes..
    [email protected]
    Thanks n Regards
    Harinath Reddy
    Learn Hello World Program
    A good scientist is a person with original ideas. A good engineer is a person who makes a design that works with as few original ideas as possible. There are no prima donnas in engineering. - Freeman Dyson

  3. #3
    Join Date
    Jan 2002
    Location
    TamilNadu, India
    Posts
    158
    There is a frame work for socket programming called ACE. You can probably try it out.
    Muthu

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured