Is POSIX library can be used in Windows? Using cross platform C compiler..... | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

Is POSIX library can be used in Windows? Using cross platform C compiler.....

In C, the POSIX library regex.h can be run on windows? If not means? please tell what is reason behind it

8th Nov 2020, 2:23 PM
Yogeshwaran P
Yogeshwaran P - avatar
4 Respostas
+ 3
unless you make wrappers/bindings/FFI you canā€™t expect to call C/C++ from other languages or vice versa. C/C++ standard means an industry standard that tells how these languages should be implemented by different vendors(e.g. ANSI C, C99). Yogeshwaran
8th Nov 2020, 3:27 PM
Flash
+ 2
Thank you FlashšŸ˜Š
8th Nov 2020, 3:38 PM
Yogeshwaran P
Yogeshwaran P - avatar
+ 1
Martin Taylor you mean POSIX library can be used by many programming language [on Linux/Unix system] Not only for C language alone... Am I right?
8th Nov 2020, 2:55 PM
Yogeshwaran P
Yogeshwaran P - avatar
+ 1
Thank you Martin Taylor šŸ˜Š
9th Nov 2020, 3:36 AM
Yogeshwaran P
Yogeshwaran P - avatar