Search:

Type: Posts; User: Dan911

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    2,194

    wait, that doesnt work, the way i fixed was...

    wait, that doesnt work, the way i fixed was uncommented the definitions. So this only works when b and w is definied twice?
    *cough*vug*cough* I am using latest version of vs2003
  2. Replies
    10
    Views
    2,194

    I fixed it, apperently i had to define b and w...

    I fixed it, apperently i had to define b and w outside the function, but shouldnt local varieables be able to be used inside that if statement?


    // some loser chess game

    #include "iostream"...
  3. Replies
    10
    Views
    2,194

    i have been trying things for days now, can...

    i have been trying things for days now, can someone please help me?
  4. Replies
    10
    Views
    2,194

    no, can you help me? can anyone else compile this?

    no, can you help me? can anyone else compile this?
  5. Replies
    10
    Views
    2,194

    the proglem is in game on line 75 9if (b == 1 &&...

    the proglem is in game on line 75 9if (b == 1 && w == 1))
  6. Replies
    10
    Views
    2,194

    Help with A Chess game

    OK this is the code i typed typed into vs2003, it worked on another computer but not my current one. I get the following error:
    Run-Time Check Failure #3 - The variable 'b' is being used without...
  7. Replies
    4
    Views
    1,586

    thank you all so much :)

    thank you all so much :)
  8. Replies
    4
    Views
    1,586

    VS 2003 compile issues?

    The following compiles in msvc++ 6 but on in vs203, any ideas?



    // some loser chess game

    #include <iostream>
    #include <math.h>

    using namespace std;
  9. Replies
    4
    Views
    1,556

    in making my simple chess game, i used this to...

    in making my simple chess game, i used this to make a 1d array a 2d array




    int fun(int x, int y)// najes 1d array 2d array
    {
    return (8*y+x);
    }
Results 1 to 9 of 9