Thread: Which Sockets Library

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Chad Johnson
    Join Date
    May 2004
    Posts
    154

    Question Which Sockets Library

    I'm learning sockets programming now, and I've done everything in Java so far for simplicity's sake. I want to actually make a real program now using C++, so I need to select a sockets library.

    I have been using wxWidgets for my GUI. Should I just use the socket functions included in wxWidgets? Apparently it wraps the socket functions that the OS/Environment uses.

    Or, is there a better library? Is there one that will work on Windows, Linux, Mac OS[X], OpenBSD, etc....?

    I don't want to have to rewrite my programs from scratch for each OS. If I don't use wxWidgets, what I usually do is write the libraries and use them in each OS version, then I write the GUI for that OS and incorporate those libraries (and I basically JUST have to write a GUI).

    What library should I use?


    Is this one any good? --> http://www.libsockets.net/
    How about the BSD Socket library (is there a port for Windows?)
    Last edited by ChadJohnson; 09-15-2004 at 10:47 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What's an import library?
    By chiefmonkey in forum C++ Programming
    Replies: 1
    Last Post: 06-19-2009, 05:00 PM
  2. Property Set Library (PSL) - Announcement
    By vultur_gryphus in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 05-29-2008, 06:04 AM
  3. Library for pool, sockets, threads
    By Mortissus in forum C++ Programming
    Replies: 13
    Last Post: 07-14-2007, 07:41 AM
  4. Makefile for a library
    By sirmoreno in forum Linux Programming
    Replies: 5
    Last Post: 06-04-2006, 04:52 AM
  5. very weird .h problem
    By royuco77 in forum C++ Programming
    Replies: 1
    Last Post: 09-11-2005, 07:55 AM