资 源 简 介
Sudoku Solver is a none-too-creatively named program used to solve Sudoku puzzles. This is also the first attempt I"ve made at developing a program with a graphical user interface. It was written in C++, uses wxWidgets for the interface and was written using Code::Blocks. I chose wxWidgets for three reasons:
1. It has a really nice WYSIWYG GUI editor.
1. The aforementioned editor (and further support for wxWidgets) is already built into Code::Blocks.
1. wxWidgets is cross-platform, so it should compile for just about any operating system, which is a big deal for me, as I plan to switch my laptop to some form of Linux as soon as I can get a desktop to play games one...
It"s really simple to use. When you start it up you will see a bunch of boxes in a format similar to that of a Sudoku grid. Just put in the numbers from the puzzle you want to solve, using zeros for blank squares, and click the "Next Step..." button to start solving. Each time you click the &quo