Results 1 to 15 of 88

Thread: C++ Help

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Old-Ones Studios Cruise Control's Avatar
    Join Date
    Apr 2005
    Location
    Seattle, WA
    Posts
    3,799

    Default

    XD Woops.

    EDIT: WTF I got an infinite loop.
    while (tw>0)
    {
    tw--;

    if (tw==1)
    {
    seconds--;
    cout << hours << ":" << minutes << ":" <<seconds;
    tw=tw+999;
    }
    }
    Last edited by Cruise Control; 02-28-2006 at 04:38 PM.
    Leave some shards under the belly
    Lay some grease inside my hand
    It's a sentimental jury
    And the makings of a good plan

Posting Permissions

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