Recent content by Com

  1. C

    Do long distance relationships work?

    I could see it working if you went to prison and had a conjugal visit. Conjugal visit sex is definately happening.
  2. C

    SOMEONE please help me with this c++ program

    for (i = input - 1; i <= 1; i--) { for (j = i; j <= 1; j--) cout << setw(3 * j); cout << i << endl; } This should work, just decrement yourself back through the loop and change the position of your output line.
  3. C

    Stephen Hawking and I agree. Humans may not survive-

    I find a lot of people's post hint towards the philosphy of, &quot;we've been ok so far, humans always seem to work themselves out of problems, so why should I care, someone else will solve it.&quot; This maybe true, but what's wrong with trying to solve the problem before it actually becomes...