Results 1 to 7 of 7

Thread: RIP Dennis Ritchie

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default RIP Dennis Ritchie

    (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...

    Qt Code:
    1. #include <stdio.h>
    2.  
    3. int main(){
    4. printf("Rest in peace, Mr. Ritchie.\n");
    5. return 0;
    6. }
    To copy to clipboard, switch view to plain text mode 
    Last edited by stampede; 14th October 2011 at 19:47.

  2. The following 8 users say thank you to stampede for this useful post:

    alizadeh91 (18th August 2012), p30arena (16th November 2012), Surendil (5th April 2012)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.