Description: program to give one possible solution of the 8 queens puzzle because I was bored... and because after that, I was even more bored, I decided to extend it to an N queens version.
Since this is my first contribution here, I hope you guys take a look at my code and give me some feedback... And maybe even give me some globes )
To Search:
File list (Check if you may need any files):
@PSC_ReadMe_11291_3.txt
NQueensPuzzle
.............\bin
.............\include
.............\.......\cMyStack.h
.............\.......\cQueens.h
.............\.......\cShowQueens.h
.............\.......\stdafx.h
.............\project
.............\.......\VC 2005
.............\.......\.......\NQueensPuzzle.sln
.............\.......\.......\NQueensPuzzle.suo
.............\.......\.......\NQueensPuzzle.vcproj
.............\resources
.............\.........\chess.bmp
.............\.........\Jack.bmp
.............\.........\NQueensPuzzle.rc
.............\.........\Queens.ico
.............\.........\resource.h
.............\source
.............\......\cQueens.cpp
.............\......\cShowQueens.cpp
.............\......\main.cpp
.............\......\stdafx.cpp
.............\work