Thread: c++ socket class

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    3

    c++ socket class

    Is there a c++ library, build over winsock, that implements socket functionality through clases?

  2. #2
    Registered User raimo's Avatar
    Join Date
    Jun 2002
    Posts
    107
    There is a library called Common C++ - A GNU Portable Application Framework.This works both for Win32 and Unix and uses C++ classes.
    http://www.voxilla.org/projects/projape.html

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting an error with OpenGL: collect2: ld returned 1 exit status
    By Lorgon Jortle in forum C++ Programming
    Replies: 6
    Last Post: 05-08-2009, 08:18 PM
  2. Inherite nonvirtual class functionality
    By DrSnuggles in forum C++ Programming
    Replies: 2
    Last Post: 04-30-2009, 01:52 PM
  3. class composition constructor question...
    By andrea72 in forum C++ Programming
    Replies: 3
    Last Post: 04-03-2008, 05:11 PM
  4. deriving classes
    By l2u in forum C++ Programming
    Replies: 12
    Last Post: 01-15-2007, 05:01 PM