Aces High Bulletin Board
General Forums => The O' Club => Topic started by: Shuffler on October 14, 2011, 02:06:50 PM
-
R.I.P Dennis Ritchie
The Father of C programming language.
http://www.cnn.com/2011/10/14/tech/innovation/dennis-ritchie-obit-bell-labs/index.html?hpt=hp_bn6 (http://www.cnn.com/2011/10/14/tech/innovation/dennis-ritchie-obit-bell-labs/index.html?hpt=hp_bn6)
-
:( wow...never could remember his name but, he was the geek god.
-
Ive spent the last few days sweating over a console, I'm very grateful I had to do all that work in *nix.
:salute dmr
-
task (main)
{
open (body/head/jaw)
feeling of loss (true)
wait (200)
close (body/head/jaw)
}//End Task
-Penguin
-
:salute And to think he only got to witness the begining.
task (main)
{
open (body/head/jaw)
feeling of loss (true)
wait (200)
close (body/head/jaw)
}//End Task
-Penguin
That might be the smartest responce you've made to any thread yet. +1
-
:salute And to think he only got to witness the begining.
That might be the smartest responce you've made to any thread yet. +1
More appropriate would be something like this...
#include <stdio.h>
int main(void) {
printf("RIP Dennis Ritchie, thank you for your contributions\n");
return 0;
}
-
More appropriate would be something like this...
#include <stdio.h>
int main(void) {
printf("RIP Dennis Ritchie, thank you for your contributions\n");
return 0;
}
Hmm, well I never learned C, but rather NQC (Not Quite C). It's designed to work with those old Mindstorms robots. However, it's irrelevant, a great man has died.
-Penguin