Re: [Dev-C++] How to do WinSock programming
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: David M. <dml...@co...> - 2004-06-26 21:43:31
|
Exactly the same. What changes is how you compile the program. Instead of adding WS2_32.LIB/WSOCK32.LIB you add -lws2_32/-lwsock32 to your linker command line. The includes, structures & functions all stay the same (the libraries also stay the same but they have slightly different file names) Ehi Ikhimiukor wrote: > Hi guys, > Can someone please tell me how to do WinSock programming with Dev C++? I > know Visual C++ syntax, but I am not sure of Dev C++'s syntax for doing > that kind of programming. Thanks. > > Ehi Ikhimiukor > > ------------------------------------------------------------------------ > Do you Yahoo!? > Yahoo! Mail > <http://us.rd.yahoo.com/mail_us/taglines/50x/*http://promotions.yahoo.com/new_mail/static/efficiency.html> > - 50x more storage than other providers! |