Search:

Type: Posts; User: bajanstar

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,457

    hi, i did the following for my loop ...

    hi,
    i did the following for my loop




    printf("Player one must play first"); //prompts player one to play first
    do//first do
    {
    do //second do
  2. Replies
    7
    Views
    1,457

    hi again, I ended the loop below the...

    hi again,
    I ended the loop below the area for player 2 and i still dont understand why it keeps looping for player 1??
  3. Replies
    7
    Views
    1,457

    hi quzah; You were absolutely right it did...

    hi quzah;

    You were absolutely right it did continue to loop. So i decided to do my while loop like this and i dont understand why it keeps going to the forfeit section, i traced it through and to...
  4. Replies
    7
    Views
    1,457

    problem with looping

    hi again,

    I was given a problem which goes like this.

    Token-Tug-O-Warrior is a new board game played by two competitors on
    a one-dimensional lattice structure. The home locations for ...
  5. Replies
    3
    Views
    1,912

    i have been here sitting for hours and still...

    i have been here sitting for hours and still there is no progress so i have decided to post the program. I am using Microsoft Visual Studio.NET 2003. I am trying to teach myself C, so it isnt...
  6. thanks for all of ur inputs

    thanks for all of ur inputs
  7. Replies
    3
    Views
    1,912

    having problems with my if statements

    hi there,
    I am creating a C boardgame, and my program isnt working very well. I narrowed it down to the function shown below. The purpose of this function is to keep track of the...
  8. hi, thanks for ur help pianorain but why did...

    hi,
    thanks for ur help pianorain but why did it make a difference?
  9. Problem with totaling numbers that was spinned by a dice

    hi there,
    I am writing a function that is suppose to calculate the total number of moves, a user gets by a spin of a dice. The game board has 25 spaces in all. Suppose on the first...
  10. Replies
    4
    Views
    1,556

    Thanks alot for both your help :)

    Thanks alot for both your help :)
  11. Replies
    4
    Views
    1,556

    srand() or rand()???

    hi there,
    I am writing a game that is suppose to have a dice in it. In this program there are 2 players and i want each of them to spin the dice and get different numbers.
    My...
Results 1 to 11 of 11