I’ve started working on solutions with LOTS of different c++ projects.
I want to understand better the different types of libraries (static/dynamic libraries).
MFC static/shared…
using ATL…
And basically understanding the meaning of the 100s of options in a c++ project properties.
Can anyone recommend a good source (Book or site) where I can read about it ? (Hopefully something to the point, and not 10000s of pages)
Here is the compiler and linker reference from MSDN. And another link that might be worth looking at is: Creating and Managing Visual C++ Projects
Apart from the Microsoft solutions, you can also take a look at CMake. Here is the CMake documentation with links to wiki, tutorial and reference.