Search:

Type: Posts; User: Thantos

Search: Search took 0.06 seconds.

  1. Replies
    67
    Views
    8,074

    Is anything real?

    Is anything real?
  2. Replies
    67
    Views
    8,074

    yeah and it would prove that ∞ is an integer :P ...

    yeah and it would prove that ∞ is an integer :P

    I'll also make the mailing list up :devil:
  3. Replies
    67
    Views
    8,074

    I'll do all the path finding void path(int...

    I'll do all the path finding



    void path(int depth)
    {
    if ( depth < ∞ -1 )
    path(depth+1);
    cout<<"Good thing we didn't go above ∞ or we'd be in trouble";
    }
Results 1 to 3 of 3