I'll attempt to give proper remarks for this book later, but suffice to say this book is well worth your time if you're learning C++. I like how Francis pays particular attention to the pitfalls of the language. He teaches you to always check for failing function calls (something a lot of “beginner books” fail to do) and teaches you how to use strings and vectors from the beginning in place of arrays.
If you're like me and checked this out from the library you probably did not get a copy of the cd. I visited the website and downloaded the material from there. What didn't work for me was the link to Quincy 2002.
Instead I visited Google and searched for it. I found that Quincy 2005 was available so I grabbed that.
Thankfully Francis made the source for the graphics library used in the book available so it could be compiled for the version of Mingw included by Quincy 2005 (v1.3 is what I used).
tutorial. For the rest of the directions I'll refer to this folder as the tutorial folder. I'll pretend it's located at C:\Documents and Settings\Bob\Desktop\ycdi_filesset path=%path%;C:\Program Files\quincy\mingw\bin
cd C:\Documents and Settings\Bob\Desktop\ycdi_files\source4net
make