Thread: Endless shampoo loop

  1. #16
    Back! ^.^ *Michelle*'s Avatar
    Join Date
    Oct 2001
    Posts
    568
    actually, it would stop after you've done one bottle...
    Michelle (o^.^o)
    *Unique*
    Kaomoji House

  2. #17
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    i'm sure this will work, but ...

    Code:
    ah!
    Code:
    choo!!
    Code:
    would
    Code:
    be
    Code:
    what
    Code:
    i'd
    say
    if
    i
    were
    sneezing
    hmmm... lol... that'd be funny if someone was in the shower forever and talked to us via a waterproof laptop and s/he'd just found out the universal ctrl-break sequence... and was like... 'wow!' with very clean hair...
    hasafraggin shizigishin oppashigger...

  3. #18
    Back! ^.^ *Michelle*'s Avatar
    Join Date
    Oct 2001
    Posts
    568
    i don't get it...
    Michelle (o^.^o)
    *Unique*
    Kaomoji House

  4. #19
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    dang, it didn't work... quotes within quotes work tho... [as in PMs]...
    hasafraggin shizigishin oppashigger...

  5. #20
    Former Member
    Join Date
    Oct 2001
    Posts
    955
    oh sorry, there was a small 'thing' covering the bottle's back, it says

    Code:
    while(shampoo.bottle.status!=empty) //to encourage use of a bottle each day
    {
        shampoo.apply(in_hair);
        hair.rinse(with_water);
    }
    shampoo.disposeof(recycle); // :)
    shampoo.buynew(MOST_EXPENSIVE_AVAILABLE);

  6. #21
    Back! ^.^ *Michelle*'s Avatar
    Join Date
    Oct 2001
    Posts
    568
    hehe...
    Michelle (o^.^o)
    *Unique*
    Kaomoji House

  7. #22
    free(me);
    Join Date
    Oct 2001
    Location
    Santo Domingo, DN, Dominican Republic
    Posts
    98

    ...

    The all caps in MOST_EXPENSIVE_AVAILABLE suggests a constant, but the name suggests a variable. Which are you assuming it to be? I don't think it's wise to assume it to be a constant, eventually there would be another shampoo with a higher price tag.

    adios,
    biterman.
    Do you know how contemptous they are of you?

  8. #23
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    dude
    you
    forgot
    to
    capitalize
    Oh, wait...I'm wrong...no nested CODE tags
    Last edited by -KEN-; 11-05-2001 at 07:48 AM.

  9. #24
    A Banana Yoshi's Avatar
    Join Date
    Oct 2001
    Posts
    859

    Talking The Shampoo Loop

    That message is driving me absolutely crazy
    Yoshi

  10. #25
    Former Member
    Join Date
    Oct 2001
    Posts
    955
    it's a macro, not a constant!

    Oskilian

  11. #26
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    oooh!!! good one... osk one, biterman zero...
    hasafraggin shizigishin oppashigger...

  12. #27
    Former Member
    Join Date
    Oct 2001
    Posts
    955
    he he he

    Oskilian

  13. #28
    Registered User Aran's Avatar
    Join Date
    Aug 2001
    Posts
    1,301
    you are a real lammington.. i mean, lamer.

  14. #29
    Ecologist
    Join Date
    Aug 2001
    Location
    Utah.
    Posts
    1,291
    Originally posted by *Michelle*



    Me too! Not on tests tho, but on posters and drawings, especially when I use permanent ink pens and I screwed up something...
    Ahahaha. I thought I was the only one who did
    that. I've become so used to doodling in
    Painter (or any other art-graphic-program), that
    when I doodle on paper, after a mistake, I almost
    always say "edit-undo' instead of using the
    eraser. It doesn't work.
    Staying away from General.

  15. #30
    Former Member
    Join Date
    Oct 2001
    Posts
    955
    Originally posted by Aran Elus
    you are a real lammington.. i mean, lamer.
    who?

    Oskilian

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Fscanf endless loop
    By krum in forum C Programming
    Replies: 3
    Last Post: 12-05-2007, 12:14 AM
  2. return to start coding?
    By talnoy in forum C++ Programming
    Replies: 1
    Last Post: 01-26-2006, 03:48 AM
  3. loop needed also how to make input use letters
    By LoRdHSV1991 in forum C Programming
    Replies: 3
    Last Post: 01-13-2006, 05:39 AM
  4. when a while loop will stop ?
    By blue_gene in forum C Programming
    Replies: 13
    Last Post: 04-20-2004, 03:45 PM
  5. How to change recursive loop to non recursive loop
    By ooosawaddee3 in forum C Programming
    Replies: 1
    Last Post: 06-24-2002, 08:15 AM