Search:

Type: Posts; User: tsut

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,364

    Thanks! I couldn't figure out the code and spent...

    Thanks! I couldn't figure out the code and spent a lot of time trying to figure it out.
  2. Replies
    3
    Views
    1,364

    Please Delete

    Nevermind . . . I figured it out.
  3. Replies
    5
    Views
    1,101

    Thanks! I got my progrma to run. :)

    Thanks! I got my progrma to run. :)
  4. Replies
    5
    Views
    1,101

    I am having problems with the variable named...

    I am having problems with the variable named tot_time. I've used cout statements to debug and that's the only variable that is not initializing to zero. It's giving me something like 27000.

    Do...
  5. Replies
    5
    Views
    1,101

    question about classes

    I've written a class that is supposed to add songs to a cd track. I need to keep track of the number of songs added to the compact disc so I'm trying to implement a counter within a member function...
  6. Replies
    4
    Views
    994

    My errors happen when I try to replace a current...

    My errors happen when I try to replace a current value in the array with a new position.

    Currently stored in array.

    array[1] = 2
    array[2] = 4
    array[3] = 6

    After trying to replace...
  7. Replies
    4
    Views
    994

    Sorry ninebit I thought I should post all my...

    Sorry ninebit I thought I should post all my code. Here is the code where I am encountering errors. The function below is supposed to store 3 positions so I can check for a winner, but it doesn't...
  8. Replies
    4
    Views
    994

    Need help w/logical errors in array

    I am writing a small program that is similar to tic tac toe. The game has 2 players enter 3 positions each. (There is a total of 3 pieces for each player). If the positions on the board are...
  9. Replies
    1
    Views
    1,135

    operator overloading

    can anyone suggest a good website that explains operator overloading. i have an assignment in class that has us overload boolean operators and math operators with rational numbers. our book doesn't...
Results 1 to 9 of 9