1. Wow, you actually realized it.

    I wasn't expecting it from you.

  2. Wow, you actually realized it.

    I wasn't expecting it from you.
    I had my deep thoughts days :x....

  3. Grymninja's Avatar
    Grymninja
    Guest
    Wow, you actually realized it.

    I wasn't expecting it from you.
    You know what else is pointless?




    A do while loop.

  4. You know what else is pointless?




    A do while loop.

    do
    {

    int Grymn = 17;

    if (Grymn >= 1)
    {
    cout << "Here we go again.";
    Grymn--;
    }
    else if (Grymn == 0)
    cout << "Phew, he's gone.";
    else
    cout << "This is stupid.";

    } while (Grymn > 0)

  5. do
    {

    int Grymn = 17;

    if (Grymn >= 1)
    {
    cout << "Here we go again.";
    Grymn--;
    }
    else if (Grymn == 0)
    cout << "Phew, he's gone.";
    else
    cout << "This is stupid.";

    } while (Grymn > 0)
    Best coding ever.

  6. bloodyguilt's Avatar
    bloodyguilt
    Guest
    It's a rollercoaster.

  7. Sodder's Avatar
    Sodder
    Guest
    I popped a couple hail dents out of my car door using a heat gun and a can of air this morning. MuuuuHAHAHAHA!

  8. JoanBlackfish's Avatar
    JoanBlackfish
    Guest
    I want to tattoo my neck but unless I become some tattoo artist or rock star or whatever, it will not be acceptable in any job.

  9. Sodder's Avatar
    Sodder
    Guest
    Do it on the back of your neck so your hair covers it. Couple people I work with have tattoos there.

  10. I want to tattoo my neck but unless I become some tattoo artist or rock star or whatever, it will not be acceptable in any job.
    I wouldn't suggest the neck.

  11. JoanBlackfish's Avatar
    JoanBlackfish
    Guest
    Do it on the back of your neck so your hair covers it. Couple people I work with have tattoos there.
    Beat you to it. I already have a tattoo on the back of my neck. It's a snake.

  12. Sodder's Avatar
    Sodder
    Guest
    Beat you to it. I already have a tattoo on the back of my neck. It's a snake.
    Hah cool. What else do you want tattoo'd on your neck?

  13. I'm gonna buy **** loads of Doritos tomorrow

  14. I wish I have a tattoo of a Houjin insignia on my arm but I'm too scared of needles...

  15. Grymninja's Avatar
    Grymninja
    Guest
    do
    {

    int Grymn = 17;

    if (Grymn >= 1)
    {
    cout << "Here we go again.";
    Grymn--;
    }
    else if (Grymn == 0)
    cout << "Phew, he's gone.";
    else
    cout << "This is stupid.";

    } while (Grymn > 0)
    Is cout the print function for C++?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •