Thread: TCP/IP lib for C++ [Sockets, Client/Server]

  1. #1
    Registered User C_ntua's Avatar
    Join Date
    Jun 2008
    Posts
    1,853

    TCP/IP lib for C++ [Sockets, Client/Server]

    I would like an easy to use library for C++ to make a client/server connection through TCP/IP. Google shows so many results....

  2. #2
    Password:
    Join Date
    Dec 2009
    Location
    NC
    Posts
    587
    Idk bout easy, but I can offer portability, Qt has a networking library.

  3. #3
    Registered User C_ntua's Avatar
    Join Date
    Jun 2008
    Posts
    1,853
    Can you provide a link to Idk (google doesn't help). I will look up QT

    EDIT: I think I found one

    Another question is, is there a function to get raw packets from a connection?
    Last edited by C_ntua; 06-14-2010 at 09:09 PM.

  4. #4
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    Can you provide a link to Idk (google doesn't help).
    ^_^

    IDK = I don't know.

    Another question is, is there a function to get raw packets from a connection?
    O_o

    If you found a library, why are you asking us?

    Soma

  5. #5
    Registered User C_ntua's Avatar
    Join Date
    Jun 2008
    Posts
    1,853
    I meant, I found a library but not a function to get raw packet data, instead only for the "useful" packet data. But that is because I get blind! Found it, I apologize. The way I phrase it was stupid.

  6. #6
    Registered User
    Join Date
    Mar 2010
    Posts
    68

    check em out

    check out these for windows. Identical libraries are in linux as well. I forget what they are named, but the headers are very similiar.


    #include "winsock2.h"
    #include "ws2tcpip.h"// for addrinfo

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 15
    Last Post: 08-16-2009, 10:49 AM
  2. using VC6 link VC7 static lib error
    By George2 in forum C++ Programming
    Replies: 5
    Last Post: 06-29-2006, 10:58 PM
  3. Resource ICONs
    By gbaker in forum Windows Programming
    Replies: 4
    Last Post: 12-15-2003, 07:18 AM
  4. Making a LIB file from a DEF file for a DLL
    By JMPACS in forum C++ Programming
    Replies: 0
    Last Post: 08-02-2003, 08:19 PM