Thread: Yet another brain tickler

  1. #1
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138

    Yet another brain tickler

    H3Y DUD3Z, CAN U D0 MY H0M3WORK FOR M3?? BY TH3 WAY, I FOUND S0M3 C0D3 ON THE N3T BUT IT WONT C0MPIL3.

    "Write a problem that displays numbers 1-10 by using iteration."

    #include <iostream.h>

    void main()
    {for (int=0;int>10;i++);
    cout>>i
    }

    DUD3Z, 4M I L33T 0R WHAT

  2. #2
    Registered User
    Join Date
    Apr 2002
    Posts
    200
    And this is supposed to be...?

  3. #3
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    strange...
    my brain isn't getting tickled. it's more like a slow grinding aneurysm.

  4. #4
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    DUD3, C4NGE 1T T0 T|-|1Z:

    void main();
    {for (int=0;int>10;i++);
    cout>>i
    }

    T|-|4TZ W|-|4T MY 4M4Z1ING '33R0R F1X3R 2000' PR0GR4M C|-|4NG3D 1T 2

    This should be placed in the faq!




    ...I was j/k

  5. #5
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    >DUD3Z, 4M I L33T 0R WHAT


    No where as elite as the master of all faces!

  6. #6
    Unregistered
    Guest
    lol l337 r u?? You made a typo mister l337 master, I'm sure you noticed it

    void main( )
    {
    int i;
    for( i = 1; i < 11; i++ )
    {
    cout << i << " "; //notice the insertion operators!!
    }
    }

  7. #7
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065
    Originally posted by Unregistered
    lol l337 r u??
    Some people just don't get sarcasm....

    golfinguy was making fun of some ID10T who posted a "challenge" in one of the programming forums that was really just a not-so-sly way of trying to get someone else to do his homework for him. I'm sure he knows full well the obvious mistakes in his loop (ie: int=0, instead of int i=0, etc.). He was j/k.

  8. #8
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    I think he was trying to imitate those newbs who think are really cool becuase they type like that.

    >>You made a typo mister l337 master, I'm sure you noticed it
    Yeh I did just notice that I guess I'm just not l337 enough

  9. #9
    Registered User toaster's Avatar
    Join Date
    Apr 2002
    Posts
    161
    and I thought this topic had some challenging question or something. can't believe I wasted my time.
    think only with code.
    write only with source.

  10. #10
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065
    Originally posted by toaster
    and I thought this topic had some challenging question or something. can't believe I wasted my time.
    A challenging question? On the Gen. Dis. board? :confused:

    Seriously though the real "Brain Tickler", etc. posts generally
    aren't challenging, just someone who slept through class and
    can't figure out how to do their homework.

  11. #11
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    To set the record straight, I was teasing people who use l33t and the person who was posting the brain tickler problems. I really don't understand why anyone would ever want to talk in l33t. It just makes reading and understanding what the author is trying to say a longer process.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Mouse to have human brain
    By nickname_changed in forum A Brief History of Cprogramming.com
    Replies: 22
    Last Post: 03-10-2005, 05:39 PM
  2. brain vs. computer (brain wins hands down)
    By hk_mp5kpdw in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 09-17-2003, 08:41 PM
  3. Re: Girlfriend Post
    By PsychoBrat in forum A Brief History of Cprogramming.com
    Replies: 57
    Last Post: 05-13-2002, 06:11 AM
  4. Yet another Brain Tickler
    By Unregistered in forum C Programming
    Replies: 8
    Last Post: 04-27-2002, 03:26 AM
  5. Brain Tickler
    By Unregistered in forum C Programming
    Replies: 18
    Last Post: 04-25-2002, 03:43 PM