Thread: Socket Libriaries

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    1

    Socket Libriaries

    Anyone kno, were I can get the correct libarie to, use sockets.. in C++ .. ?

  2. #2
    Programming is fun, mkay?
    Join Date
    Oct 2001
    Posts
    490

    Lightbulb Well..

    The right library files are in C++. There's Linker Options in your project options, and I know one of them is -wsock32 in the include, but I don't know the rest because I am trying to learn sockets, and I can never get the right lib files.
    Website(s): http://www16.brinkster.com/trifaze/

    E-mail: [email protected]

    ---------------------------------
    C++ Environment: MSVC++ 6.0; Dev-C++ 4.0/4.1
    DirectX Version: 9.0b
    DX SDK: DirectX 8.1 SDK

  3. #3
    Unregistered
    Guest
    you cant get the right lib filez but your a pro 14 year old... o your so pro... by the way your html tags are showing...

  4. #4
    Registered User Engineer's Avatar
    Join Date
    Oct 2001
    Posts
    125
    If you are using Windows, I can't really help you, but Winsock2.h does contain most of the networking functions you will need in Windows.

    If you are programming under Unix/Linux, I would recommend getting the following book: "Unix Network Programming" by Richard Stevens Volume 1.
    1 rule of the Samurai Code: if you have nothing to say, don't say anything at all!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. socket programming question, closing sockets...
    By ursula in forum Networking/Device Communication
    Replies: 2
    Last Post: 05-31-2009, 05:17 PM
  2. Socket Help - Multiple Clients
    By project95talon in forum C Programming
    Replies: 5
    Last Post: 11-17-2005, 02:51 AM
  3. socket programming in linux
    By crazeinc in forum C Programming
    Replies: 1
    Last Post: 05-27-2005, 07:40 PM
  4. when to close a socket
    By Wisefool in forum Networking/Device Communication
    Replies: 5
    Last Post: 11-02-2003, 10:33 AM
  5. socket newbie, losing a few chars from server to client
    By registering in forum Linux Programming
    Replies: 2
    Last Post: 06-07-2003, 11:48 AM