Visual Studio 2012 c++ ATL/COM

atl, c++, com, visual-c++

Solution

Old books are still in good standing, over last years ATL changes are mostly bugfixes and minor improvements (easy to see if one, for instance, compares \VC\atlmfc\include\atl*.* files of 2008, 2010 and 2012 Visual Studio).

Problem

I can't find any books on COM+/ATL development with Visual Studio 2012 c++. What are the best resource for learning ATL? Will older books written from 2000-2003 still apply?

Original source