+ 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
4 Antworten
+ 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
+ 2
Thank you Flash😊
+ 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?
+ 1
Thank you Martin Taylor 😊