开发者

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

开发者 https://www.devze.com 2023-03-11 15:19 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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

精彩评论

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