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: 711

Filed under:
|
|
|

I have some question about cygwin :

  1. Can I use Cygwin develop socket based code?
  2. Does Cygwin have read() and write() functions that work with file descriptors?
  3. Can I use Pthread library in Cygwin?
  4. Does code that compiles in Cygwin also compile in Linux without any change or with little change?
  5. Will an executable file that built by Cygwin run in Linux ?
  6. Why does Cygwin not need the linker option -lpthread when I use pthread library?
  7. why in #include <iostream> don't I need to use using namespace std; ?
  8. Can I work with QT in Cygwin? If so, How?

© Stack Overflow or respective owner

Related posts about c++

Related posts about c