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 42724
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: C and portability
by on Mon 10th Oct 2005 19:45 UTC in reply to "RE: C and portability"

Member since:

"Most portable language"?!? You know how easy it is to get endianess wrong or to use non-portable libraries in C (yes that's source compatibility even)? Now compare that to java or c#, or look at all the apps for ms-windows that can't/won't be ported to linux/unix and then look at all the java apps that run out of the box on linux, macos/x and windows.

Reply Parent Score: 0