sudoku solverexcept that I'm not making a commercial program where nutjobs will input random strings of character...
sudoku solverI have 3 arrays that I use to check whether or not a number can be used: board_data.row[9][9] boa...
sudoku solverAnd finally here is the entire program: [code]#include <iostream> #include <string> using namespa...
sudoku solverHi all I'm making a sudoku solver, but there's one problem that is absolutely impossible to track d...
Problem with stringsYeah, the program's working perfectly now. What makes you think that random is 0? I wrote [code]ra...