I don't know of any books that teach C++ *and* windows at the same time.
Get yourself a good C++ book (maybe The C++ Black Book), then get a windows book (Petzold is good) but try and avoid MFC coz it's my feeling that MS is slowly moving away from this (another personal opinion I'm afraid
).
Shizzle:
My point exactly, and if you decide to change the representation of the variable (like maybe hold it in string format) you have to rename all occurrences of the variable. My feeling is that if you can't work out the type from the name, you haven't named it right.