Search:

Type: Posts; User: nazgul76

Search: Search took 0.00 seconds.

  1. here's what i want to initialize it to:...

    here's what i want to initialize it to:
    initialize 81 sudoku boxes
    row
    111111111
    222222222
    333333333
    444444444
    555555555
    666666666
    777777777
  2. quick dumb question from a newbie (initializing arrays)

    i want to manually initialize an array where each element of the array has 4 data fields.

    class sudo{
    int num;
    int row;
    int column;
    int box;
    };

    int main(){
Results 1 to 2 of 2