I have been in the process of learning C++ and have stumbled upon a good tutorial that teaches the basics of socket programming with C++. Some of you might know what I'm talking about, it's Beej's guide. I have a problem though. My compiler is Dev ++ and I can't run the programs that use sockets because I need to link some kind of a file and #include <winsock.h>. Can someone help me out and tell me what file I need to link, and how to link it in Dev ++. The guide tells you that you can do it in the "Projects tab" but in dev++ it's greyed out for some reason...

Any help will be greatly appreciated!

Thanks in advance!