-
3 Attachment(s)
Sudoku
I have a project for my C++ Class to create a program that will sove a sudoku puzzle. I've checked and double checked my code and can't seem to find a problem. So i'm thinking it's a logical error. It's giving me a status stack overflow. I would really appreciate any help. I've attached my code if it helps. You'll need to change the sudoku.txt to a .dat extension to run the code.
-
Re: Sudoku
Hey guys I had a friend of mine point out that a random number generator would solve the issues i'm having. However, The professor has dictated that we havn't gone over those yet so not allowed. The general functions we can use are classes, functions, pointers, variables, and external binary/text files. the program is required to be recursive. Those are the limitations i have to work with. I hope you can understand my problem now.