I am currently working on a program that uses sockets. the compiler does not recognize some of the header files (<sys/socket.h>, <netinet/in.h>, <netdb.h>, <thread.h>). Can these be downloaded. I could not find anything on the website.
Thanks Janet
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am currently working on a program that uses sockets. the compiler does not recognize some of the header files (<sys/socket.h>, <netinet/in.h>, <netdb.h>, <thread.h>). Can these be downloaded. I could not find anything on the website.
Thanks Janet
#include <windows.h>
#include <winsock2.h>
welcome to Windows, have a nice day :)
Adrian
This may help you if you are used to BSD sockets but neet to program to the Winsock API:
http://www.maxdownloads.com/forum/attachments/files/10002500-SocketsAPI.zip
Clifford