Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionI'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.
精彩评论