I have just a few days to see if I can figure out how integrate with a third-party C++ API. While I've coded C++ once before, it was on linux using vim. This third-party API is windows-specific, and the minimal documentation available assumes the use of Visual C++.
I installed Visual Studio 2005 and created a new project, but I'm getting stuck on basics such as including a third-party dll.
Can anyone suggest a book or online tutorial that will get me up to par on Visual C++ as quickly as possible? Note that I'm not looking to learn the C++ language, but rather how to use Visual Studio as an IDE and how to code C++ on Windows.