For various reasons I've had to get back into unmanaged code in C++. This turned out to be a lot worse than I thought it would be. My college courses were in C++ and I did a little OpenGL programming using visual C++5 or 6, and my first job was doing a lot of cool C++ stuff. However, that was most on the Solaris platform using stuff like Vi, the sun workshop compiler, and the RogueWave libraries for things like Time, Strings, and Money. I never got into MFC or programming C++ on Win32. Obviously things like LPSTR and "DEF" files and such are completely new to me, if it wasn't for Chad Albrecht I would have lost my mind already. When I take a look at the things that are coming up on my plate, though, I can see that this isn't necessarily going to just go away, SO...
If anyone can recommend some good literature for getting into MFC and Win32 programming using eVC4 and/or VS2005 I'd appreciate it.