I'm pretty much just starting all over with attempting to learn c++. I started a while ago with VC++ 6, but didnt get very far because i lack a proper attention span :P. However, the programs from the start won't compile due to missing headers(referring to old versions of some headers, such as iostream.h rather than just iostream) I assume the book continues to use such headers. I'm looking for a book the help learn C++ in a way that will be able to compile through VC++ 2005(and possibly GCC). Anyone know a good book for this?
I am not sure if these are using the new headers but they could give you a good start in addition to the VS2005 documentation & samples at http://msdn2.microsoft.com