Please recommend some books

I have been using VC++ 6.0 to make console apps for my job. They are very basic and most code is taken from this forum. I am looking for recommendations for some good c++ books that I may find at my local Barnes and Noble, etc here in the U.S.
I have basic principals down so I don't need "introduction", "Beginner", or those '...for dummies' books.
I am looking to get more into API's, MFC Window programming, etc.

Anyone have some books in mind?

I have these currently:
C++ How To Program (3rd ed.)
Teach Yourself VC++ in 21 days
Beginning Windows NT Programming

What else would be good?
[658 byte] By [mtshipp] at [2007-11-17 11:47:54]
# 1 Re: Please recommend some books
For MFC Programming Moicrsoft Visual C++ Fifth Editon by David j. Kruglinsky

and for C++
C++ Primer By Stanley P. Lippman

Regards,
Usman.

--
Good judgment is gained from experience. Experience is gained from bad judgment.
usman999_1 at 2007-11-10 8:06:36 >
# 2 Re: Please recommend some books
For non-MFC, I highly recommend:

"Programming Windows, 5th ed." by Charles Petzold (MS Press)

For MFC, consider:

"Programming Windows with MFC" by Jeff Prosise (MS Press)
(this is not as good as Petzold's book, but still worth
considering).
kochhar at 2007-11-10 8:07:36 >
# 3 Re: Please recommend some books
MFC internals-George Shepherd

If u got helped Rate this..
kandukondein at 2007-11-10 8:08:45 >
# 4 Re: Please recommend some books
Hi,
1. Programming windows with MFC, second edition/Jeff Prosise - it's very good.
these are pretty good also:
2. Visual C++ MFC Programming by Example
3. MFC Answer Book: Solutions for Effective C++ Applications Eugene Kain (Preface), Scot Wingo

best regards,

Moshe Yakobovich
i dont know if rating helps - but it worths giving it a shot...
mosheY at 2007-11-10 8:09:40 >
# 5 Re: Please recommend some books
I have already given a long list, may be it ll help you but dont consider "STL Ground up" from this list.

http://www.dev-archive.com/cgi-bin/bbs/wt/showpost.pl?Board=CPP&Number=8152&page=0&view=collapsed&sb=5

Hope it helps.
Zeeshan at 2007-11-10 8:10:40 >