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.
Thread beginning with comment 43026
To read all comments associated with this story, please click here.
RE[4]: Re: More Blah
by tchristney on Tue 11th Oct 2005 03:34 UTC
tchristney
Member since:
2005-09-21

Endianess is only relevant during I/O operations that span architectures. For example, reading a BE file on LE hardware, reading network packets on LE hardware, etc.

It is important to realize that it is programmers that make porting hard, not the language that they use!

Reply Score: 1