Thread: I need a compiler that........

  1. #1
    Registered User
    Join Date
    Mar 2002
    Posts
    27

    I need a compiler that........

    I am very interested in making a chat program but my compiler does not come with a library that supports these headers

    Code:
    <sys/socket.h>
    <netinet/in.h>
    <netdb.h>
    and they are very inportant. So if you know of a compiler that supports these please help.

  2. #2
    Registered User xds4lx's Avatar
    Join Date
    Nov 2001
    Posts
    630
    Hmm, any compiler could work, you just have to find a compatibl library for that compiler.
    "only two things are infinite, the universe and human stupidity, and im not sure about the former." - albert einstein

  3. #3
    Registered User
    Join Date
    Mar 2002
    Posts
    27
    I have searched and searched and i can not find the files i need in

    turboC++
    DevC++

    So if you can find one in your compiler please tell me.

  4. #4
    Registered User
    Join Date
    Apr 2002
    Posts
    7
    MSVC++

  5. #5
    Registered User
    Join Date
    Sep 2001
    Posts
    305
    iirc, thats unix-specific. you might wanna try some other api...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  2. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  3. I can't get this new compiler to work.
    By Loduwijk in forum C++ Programming
    Replies: 7
    Last Post: 03-29-2006, 06:42 AM
  4. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM
  5. Bad code or bad compiler?
    By musayume in forum C Programming
    Replies: 3
    Last Post: 10-22-2001, 09:08 PM