C Libraries

R

Rebels Mascot

Does anyone know where i can download C Libraries, need ones like
socket.h, in.h, + others
 
W

Walter Roberson

:Does anyone know where i can download C Libraries, need ones like
:socket.h, in.h, + others

There are a number of different implimentations available. openbsd,
freebsd, several major distributions of Linux... and probably many
others I am missing (OpenVMS ... Plan9...)
 
J

Jens.Toerring

Rebels Mascot said:
Does anyone know where i can download C Libraries, need ones like
socket.h, in.h, + others

Header files (.h files) aren't libraries, they are only files that
specify the interface to a library. So you need both the .h files
as well as the libraries. Where and how you can get them depends on
the system you are using, you should better ask in a newsgroup that
is for discussions about your system.

Regards, Jens
 
B

bpbermingham

Header files (.h files) aren't libraries, they are only files that
specify the interface to a library. So you need both the .h files
as well as the libraries. Where and how you can get them depends on
the system you are using, you should better ask in a newsgroup that
is for discussions about your system.

Regards, Jens
 
B

bpbermingham

Sorry bout last reply, got messed up.

Using Windows XP SP2 and MetroWerks Codewarrior for Windows 9.2.
 
J

Jesse Meyer

Rebels Mascot said:
Does anyone know where i can download C Libraries, need ones like
socket.h, in.h, + others

--------------------------------------------------------------------------
FAQ Question 10.11:

I seem to be missing the system header file <sgtty.h>. Can someone send
me a copy?

Answer:

Standard headers exist in part so that definitions appropriate to your
compiler, operating system, and processor can be supplied. You cannot
just pick up a copy of someone else's header file and expect it to work,
unless that person is using exactly the same environment. Ask your
compiler vendor why the file was not provided (or to send a replacement
copy).
--------------------------------------------------------------------------

PS: AFAIK, socket.h is not a standard C libary. You wouldn't happen to
be trying to use socket.h under Microsoft Windows, would you? I think
windows uses winsock.h instead of socket.h, but I don't code under
windows, and neither do many others in comp.lang.c. Try down the road
a ways in comp.os.ms-windows.programmer.win32, they will know what to
do.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top