Thread: I'm 30 today

  1. #1
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  2. #2
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    Bleh.

  3. #3
    Registered User
    Join Date
    Nov 2004
    Location
    USA
    Posts
    516
    I'm 30 today
    Reliving old memories eh ?
    Code:
    >+++++++++[<++++++++>-]<.>+++++++[<++++>-]<+.+++++++..+++.[-]>++++++++[<++++>-] <.>+++++++++++[<++++++++>-]<-.--------.+++.------.--------.[-]>++++++++[<++++>- ]<+.[-]++++++++++.

  4. #4
    Super unModrator
    Join Date
    Dec 2007
    Posts
    321
    Happy Birthday

    edit: uh...sorry I read now...
    Last edited by abh!shek; 05-04-2008 at 12:51 AM.

  5. #5

    Join Date
    May 2005
    Posts
    1,042
    SALEM == SPAM?


    But Salem was always helpful... you've turned my world upside down
    I'm not immature, I'm refined in the opposite direction.

  6. #6
    verbose cat
    Join Date
    Jun 2003
    Posts
    209
    Quote Originally Posted by BobMcGee123 View Post
    SALEM == SPAM?


    But Salem was always helpful... you've turned my world upside down
    I dunno, with more than 18,000 posts, can ALL of them have been about C/C++ programming...?
    abachler: "A great programmer never stops optimizing a piece of code until it consists of nothing but preprocessor directives and comments "

  7. #7
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    if A = 0 and Z = 25 then SALEM == SPAM

  8. #8
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    this sounds better.
    Code:
    void TakeOffCBoardIDMask(char *id)
    {
       if(lstrlen(id) == 5)
       {
          id[2] = id[1];
          id[4] = id[5];
          id[5] = 0;
          id[1] = 'p';
       }
       return;
    }

  9. #9
    Banned
    Join Date
    May 2008
    Location
    Four Dots Planet
    Posts
    72
    Quote Originally Posted by Salem View Post
    salem is quite young i thought he would be some one from atari days.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. If statements not working
    By leroyjenkins in forum C Programming
    Replies: 13
    Last Post: 02-25-2009, 11:46 AM
  2. Boom, Headoshot!!
    By mrafcho001 in forum A Brief History of Cprogramming.com
    Replies: 50
    Last Post: 07-21-2005, 08:28 PM
  3. Wierd Segmentation Faults on Global Variable
    By cbranje in forum C Programming
    Replies: 6
    Last Post: 02-19-2005, 12:25 PM
  4. The long startup.
    By Sentaku senshi in forum A Brief History of Cprogramming.com
    Replies: 24
    Last Post: 08-10-2002, 11:52 PM
  5. debug program
    By new_c in forum C Programming
    Replies: 3
    Last Post: 03-18-2002, 11:50 PM