Cygwin socket & thread & other programming issues (some question about Cygwin)
Posted
by SjB
on Stack Overflow
See other posts from Stack Overflow
or by SjB
Published on 2010-01-18T16:17:56Z
Indexed on
2010/05/22
9:30 UTC
Read the original article
Hit count: 759
I have some question about cygwin :
- Can I use Cygwin develop socket based code?
- Does Cygwin have
read()
andwrite()
functions that work with file descriptors? - Can I use Pthread library in Cygwin?
- Does code that compiles in Cygwin also
compile in Linux without any change or with little change?
- Will an executable file that built by
Cygwin run in Linux ?
- Why does Cygwin not need the linker
option
-lpthread
when I use pthread library? - why in
#include <iostream>
don't I need to useusing namespace std;
? - Can I work with QT in Cygwin? If so, How?
© Stack Overflow or respective owner