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 42687
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE: Re: Bleh
by on Mon 10th Oct 2005 18:22 UTC in reply to "Re: Bleh"

Member since:

Most modern pascal compilers let you use a string also as an array of chars. While it's true that string is an abstraction, the notion of string exists even on hardware implementations - check scas* opcodes on x86. (And yes, I'm aware those aren't string-specific, on the sense of char array)

Reply Parent Score: 0