![]() |
Sudoku Problems in C++
Hi everyone. :)
I have just started with programming in C++ a few weeks ago so I have not that much understanding of it. I have been given a project of making a Sudoku game, I have got my code to randomly choose a number and check it against the other numbers in the same row and column but i can't get it to check against the other numbers in the subgrid. Heres the main part of my code Code: CPP
Thanks |
Re: Sudoku Problems in C++
See if Sudoku Solving Program Using 'C' may help you.
|
Re: Sudoku Problems in C++
I read that artical very carefully before making this thread, but I it is a good start none the less.
|
Re: Sudoku Problems in C++
I have been testing different sizes of boards and the biggest it can do is a 6 * 6 because any bigger and it does not display anything. I think that this is because it just takes too long to calculate which numbers can go to the different spaces.
Any ideas on how I can make it calculate faster so I can get a 9 * 9 board ? Thanks for you help. |
Re: Sudoku Problems in C++
Excuse me, can i view the source code of your program?i mean the total code
|
| All times are GMT +5.5. The time now is 01:27. |