开发者

A good tutorial for Visual Studio c++ linker [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

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 question

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜