首页 > 其他 > 详细

#prama comment

时间:2014-12-15 13:41:07      阅读:367      评论:0      收藏:0      [点我收藏+]

1.S.O.答案第一名

#pragma comment is a compiler directive which indicates Visual C++ to leave a comment in the generated object file. The comment can then be read by the linker when it processes object files.

#pragma comment(lib, libname) tells the linker to add the ‘libname‘ library to the list of library dependencies, as if you had added it in the project properties at Linker->Input->Additional dependencies

See #pragma comment on MSDN

2.

#prama comment

原文:http://www.cnblogs.com/3chimenea/p/4155876.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!