Here is the C++ source code for the 15 Puzzle solver I wrote about previously, a few posts ago. It should be easy to understand and is for the most part, self-explanatory. The code runs in MS Visual Studio 6.0 on MS Windows 98 and higher. I got the following LIB error after opening the [...]