Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Just 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...