Search:

Type: Posts; User: kn1ghtmares

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    695

    help with switch and loop

    here is a switch statement i have from one of my functions i want to make it so when someone enters a letter that isn't a 'y' or 'n' it asks for the letter again until they enter 'n' or 'y'


    ...
  2. Replies
    6
    Views
    1,976

    ok! so now i've made some changes, but i still...

    ok! so now i've made some changes, but i still face the problem of the board not being solved completely. my thought is to add a do while loop somewhere that runs until all spaces don't equal zero....
  3. Replies
    6
    Views
    1,976

    yeah, but i have a [9][9] array so there are 10...

    yeah, but i have a [9][9] array so there are 10 rows and 10 columns (1 more than i need) so i start at 1 instead of zero to correct this problem. i tried and [8][8] array but for somereason that...
  4. Replies
    6
    Views
    1,976

    help with sudoku solver

    so i've been working on this sudoku solver, but when i run it, sometimes on the solution, it has moved things around or not completely filled out the board





    #include <stdio.h>
    #include...
  5. Replies
    7
    Views
    2,621

    i've checked out the interent, and i've found...

    i've checked out the interent, and i've found some programs, but i havent been able to make any sense out of them.
    here is what i have so far. as you will see, any real sudoku solving is lacking,...
  6. Replies
    7
    Views
    2,621

    sudoku solver

    does anyone have any idea? how to make a sudoku solver from user inputs? i've been able to get the board into the program, but now im having trouble solving it.
Results 1 to 6 of 6