When the CRT/C++ Library is linked statically, then all its code is embedded into the resulting executable image. This technique has both advantages and disadvantages.
如果静态链接CRT/C++库,则程序启动时这些库的代码也一并会被加载紧内存中,这种方法的优点和缺点并存。
Of course this number is inflated -- statically linked programs would incorporate only those parts of the library that they use.
当然这个数字有一些夸张 —— 静态链接程序只合并它们使用的那部分程序库。
应用推荐