Sunday, July 12, 2009

Is a C executable file portable across various systems?

how to create an installable file from a C program.

Is a C executable file portable across various systems?
No.





The source code will sometimes be portable, especially between different POSIX systems, but you still need to recompile for different CPU instruction sets.


No comments:

Post a Comment