↧
C++ Linux to Windows (Help!)
You are more likely to find answers using function names instead of header file names. Search the MSDN for the Unix/Linux function names; if you are lucky, the MSDN will answer your question. It might...
View ArticleC++ Linux to Windows (Help!)
From what I remember, unistd.h contains POSIX constants and functions, so there is no equivelant for most of the functions or any of the constants in VC++. The functions that there are equivelants for...
View ArticleC++ Linux to Windows (Help!)
Reposted from “Visual C++ Express Edition“ (sorry don't know how to move a post) Could anyone tell me what the windows equitant of unistd.h is? I’ve been asked to port some C++ Linux code to windows....
View Article