简体   繁体   English

在c ++中的预处理器指令中使用XML

[英]Using XML in Preprocessor Directives in c++

In an article " Using unmanaged C++ code in C# application " I found that a cpp source file is including header file as follows : 在一篇文章“ 在C#应用程序中使用非托管C ++代码 ”中,我发现cpp源文件包含头文件,如下所示:

#include <span class="code-string">"CppWin32Dll.h"</span>

This is not a C++/CLI code. 这不是C ++ / CLI代码。

Why it is being used like this? 为什么这样使用? What does this imply? 这意味着什么?

它只是HTML-code ,源于作者/代码项目错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM