Where can i download the various header files for dev c?

sys/types.h
sys/socket.h
netinet/in.h
arpa/inet.h

and also structure

sockadder and it's derivatives

Recommended Answers

All 3 Replies

Those header files are used on *nix machines. MS-Windows does not support them. just include winsock2.h and ws2_32.lib for sockes on MS-Windows computers.

And replace that obsolete Dev-C++ compiler/IDE with Code::Blocks or VC++ 2010 Express, both are free and current.

thanks a lot

thanks a lot. :)

commented: ...Why? This thread is two years old. -1
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.