Thread: are there any c++ classes for network?

  1. #1
    Registered User devil@work's Avatar
    Join Date
    Mar 2003
    Posts
    33

    are there any c++ classes for network?

    i read the beej guide to network programming but it is c based are there any c++ lib for network connections?

  2. #2
    I lurk
    Join Date
    Aug 2002
    Posts
    1,361
    Yes, there are some around. I haven't found any really decent ones though. Have a search on google. I think "C++ Sockets" turned stuff up for me.

    I wrote some very light wrappers for Winsock but they were nothing but garbage. I could try and find them if you'd like. I'd just suck it up and use the C library.

  3. #3
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    Google

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can you Initialize all classes once with New?
    By peacerosetx in forum C++ Programming
    Replies: 12
    Last Post: 07-02-2008, 10:47 AM
  2. Multiple Inheritance - Size of Classes?
    By Zeusbwr in forum C++ Programming
    Replies: 10
    Last Post: 11-26-2004, 09:04 AM
  3. im extreamly new help
    By rigo305 in forum C++ Programming
    Replies: 27
    Last Post: 04-23-2004, 11:22 PM
  4. Exporting VC++ classes for use with VB
    By Helix in forum Windows Programming
    Replies: 2
    Last Post: 12-29-2003, 05:38 PM
  5. include question
    By Wanted420 in forum C++ Programming
    Replies: 8
    Last Post: 10-17-2003, 03:49 AM