Linked by Eugenia Loli on Mon 10th Oct 2005 16:48 UTC, submitted by Shlomi Fish
General Development Shlomi Fish has written a new essay titled "When C is the Best? (Tool for the Job)". Its theme is giving several reasons (besides high speed and low memory consumption) why some code should still be written in C.
Permalink for comment 43150
To read all comments associated with this story, please click here.
Endian matters
by Anonymous on Tue 11th Oct 2005 11:14 UTC
Anonymous
Member since:
---

If you are concerned with endian matters, use Sun's XDR (external data representation) libraries. These can be extended by the user to cover any anticipated c-structure.

Reply Score: 0