Results 1 to 2 of 2
Hi everybody
can u please tell me the name of the libraries frequently used when i want to run C/C++ program as it is from linux to windows or vice ...
- 03-05-2008 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 46
c,c++ library names that can work on linux as well as windows
Hi everybody
can u please tell me the name of the libraries frequently used when i want to run C/C++ program as it is from linux to windows or vice versa???
Thanks
vineeta7
- 03-05-2008 #2Just Joined!
- Join Date
- Apr 2005
- Location
- Romania
- Posts
- 42
Take a look at Cygwin (Cygwin Information and Installation) which provides a library that implements the POSIX system call API in terms of Win32 system calls (Linux-like environment for Windows).
Regards.


Reply With Quote