Visual C++:如何在代码中嵌入和显示编译时消息?
有没有办法在编译该代码段时编译时期间显示的代码中嵌入消息? 这些消息本质上是诊断性的,不应修改或中止编译过程。
(免责声明:我知道这个问题的答案。我没有在 Stack Overflow 上找到它,我认为这对这里的知识库来说是一个有用的补充。)
Is there a way to embed a message in code that is displayed during compile-time when that piece of code is being compiled? The messages are diagnostic in nature and should not modify or abort the compile process.
(Disclaimer: I know the answer to this question. I didn't find it asked on Stack Overflow and I think it would be an useful addition to the knowledge base here.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一种方法:
https://msdn.microsoft.com/en -us/library/x7dkzch2.aspx
This is one way to do it:
https://msdn.microsoft.com/en-us/library/x7dkzch2.aspx