Search:

Type: Posts; User: mt1

Search: Search took 0.01 seconds.

  1. Replies
    22
    Views
    4,418

    Ok. I can see file I/O but that's probably not...

    Ok.

    I can see file I/O but that's probably not what i'm looking for? Can't see anything about vectors.
  2. Replies
    22
    Views
    4,418

    cout board[7]; ...

    cout << " " << board[7];

    cin >> board[7];

    *shrugs*
  3. Replies
    22
    Views
    4,418

    Never dealt with vectors before, was just an idea...

    Never dealt with vectors before, was just an idea I cam across whilst reading my book, thought I could adapt from the Tic Tac Toe program from the book. I tried to adapt from it but it's proving a...
  4. Replies
    22
    Views
    4,418

    1. The void displayboard function, "You could...

    1. The void displayboard function, "You could just put them into your vector before you show the board the first time. " I don't know what you mean by this.

    2. I'm still trying to get my program...
  5. Replies
    22
    Views
    4,418

    Changed thanks. I'm still not too sure how to...

    Changed thanks. I'm still not too sure how to tackle this.
  6. Replies
    22
    Views
    4,418

    Yes. Don't understand?

    Yes.

    Don't understand?
  7. Replies
    22
    Views
    4,418

    Is there not another way to do this? //...

    Is there not another way to do this?


    // Sudoku

    #include <iostream>
    #include <string>
    #include <vector>
    #include <windows.h>
  8. Replies
    22
    Views
    4,418

    Yep, I got it now, just going to take me a while...

    Yep, I got it now, just going to take me a while lmao. Thanks all.
  9. Replies
    22
    Views
    4,418

    Ahh.. ok, i'll go try it again, thanks.

    Ahh.. ok, i'll go try it again, thanks.
  10. Replies
    22
    Views
    4,418

    Well the number 0-80 represents the cell...

    Well the number 0-80 represents the cell location, the program asks the user to input say cell location 15, then a number 1-9.

    To be honest i don't really know how to tackle this. :confused:
  11. Replies
    22
    Views
    4,418

    Sudoku help

    Hi guys, please bare with me, i'm a bit of a newbie to C++. I'm trying to write a Sudoku puzzle. I'm trying to get the program to ask the user a number between 0-80 (which represents the board...
Results 1 to 11 of 11