C code in Linux to C code in Windows
Posted
by Morano88
on Stack Overflow
See other posts from Stack Overflow
or by Morano88
Published on 2010-05-26T16:12:47Z
Indexed on
2010/05/26
17:41 UTC
Read the original article
Hit count: 255
I'm having a code written in C that works on Linux. I want this program to work in windows, Are there any differences that I have to make in the code ?
It is a code for Server/Client communication using sockets taken from here : http://www.linuxhowtos.org/C_C++/socket.htm
© Stack Overflow or respective owner