Click here to Skip to main content
15,891,431 members
Articles / Desktop Programming / MFC

A Sudoku Teacher Using Boost Libraries

Rate me:
Please Sign up or sign in to vote.
4.73/5 (27 votes)
7 Jul 20067 min read 68.4K   1.9K   60  
A Sudoku teacher using multi_index_container, lambda, and other Boost libraries.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by STUBL.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_STUBL_DIALOG                102
#define IDR_MAINFRAME                   128
#define IDR_MENU2                       129
#define IDR_MENU1                       130
#define IDC_BUTTON_SOLVE                1001
#define IDC_BUTTON_SHOWHINTS            1006
#define IDC_LIST_REASONS                1007
#define IDC_BUTTON_STEP                 1008
#define IDC_BUTTON_STEP_UNTIL_ANSWERFOUND 1009
#define IDC_BUTTON_HISTORY              1010
#define IDC_BUTTON_HISTORY2             1011
#define IDC_BUTTON_SHOWANSWERS          1011
#define ID_FILE_MYOPEN                  32771
#define ID_FILE_SAVEAS                  32772
#define ID_FILE_TYPEINPUZZLE            32773
#define ID_PUZZLE_CLEAR                 32774
#define ID_PUZZLE_RESET                 32775
#define ID_FILE_MYCLOSE                 32776
#define ID_HELP_ABOUTSTUBL              32777

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        130
#define _APS_NEXT_COMMAND_VALUE         33000
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
I live in Minnesota with my wife and son, having moved here from Montana. I enjoy creating software which benefits people, and I am fortunate to have a job where I am able to do that.
I enjoy reading, hunting and fishing, any sport with a racquet or paddle, and rooting for the New England Patriots.
In addition to my full-time job, I founded Rohawk, LLC which creates software for Christian churches.

Comments and Discussions