Took an optional language class in C which used the K&R C book (draft ANSI C edition) taught on the VAX and was finally able to say "Oh, I get it now". Bought Turbo C 2.0 and had a blast.
This is just a truly sucky month.
51–60 of 214 posts
Took an optional language class in C which used the K&R C book (draft ANSI C edition) taught on the VAX and was finally able to say "Oh, I get it now". Bought Turbo C 2.0 and had a blast.
This is just a truly sucky month.
I learned C from the first edition of K&R back in 1989 (iirc) on an Atari ST using the Sozobon C compiler. Happy memories (except for learning to combine pointers and loops and null terminated strings correctly! :-)
While he is no longer with us in person, may his legacy never be forgotten by those of use who have had the honor to stand on his titanic shoulders.
Truly he will be missed.
#include main() { printf("goodbye, world\n"); }
#include
int main(void) {
printf("goodbye, world\n");
return 1;
}I seem to have mislaid my copy of the 'The C Programming Language', which is a shame as it is one of the few of the many programming books I have purchased over the years that continues to be relevant in this fast changing (and exiting) field.
RIP dmr, my condolences to your family and friends. You will be missed and your contributions appreciated by hackers the world over.
I wonder how many people here got to know Ritchie through "The C Programming Language", I am sure half of us have it on our shelves. It is amazing how many lives a single person can touch directly and indirectly. I hope Ritchie passed away knowing the unforgettable contribution he made to the world as we all move forward on a platform he set down for us more than 30 years ago. What an awesome legacy to leave behind.…
I "feel" more of a loss about Dennis' passing than Steve's.
RIP Dennis. Now that's a guy worth mourning about. I'll check CNN and the BBC to see their special reports, surely if they had them when some marketing CEO kicked the bucket they'll give at least ten times the amount of coverage to a man who was 100 times his better!
Analogies are tenuous, but when Michael Jackson died, it was obviously big news. It was all over television. Nobody reported when Ross Snyder‡ died, even though his influence was of great importance. That's the way these things work.
‡If anyone didn't know, Ross invented the multitrack recorder, one of the most transformative tools in music production.
"C is not a big language, and it is not well served by a big book."
These words have guided my writing as much as anything in Elements of Style.