(Man, I hate to do this again...)
Dennis Ritchie, C pioneer and inventor, died few days ago (8.10.2011).
I basically "grew up" on C and his great book. "The C programming language" (with Brian W. Kernighan) was the first programming book I've seen. Even today its the most worn out book on my bookshelf...
#include <stdio.h>
int main(){
printf("Rest in peace, Mr. Ritchie.\n");
return 0;
}
#include <stdio.h>
int main(){
printf("Rest in peace, Mr. Ritchie.\n");
return 0;
}
To copy to clipboard, switch view to plain text mode
Bookmarks