0

你可以在我的博客中看到:http: //newbufferedwriter.blogspot.com/2012/03/risolutore-solitario-klondike-codice.html,博主认为标准库中的所有#include指令(所以使用“<> “标签)是HTML标签,并且在每个片段中它都以丑陋的“/string”或“/iostream”结尾(甚至stackoverflow都将这些识别为标签LOL......我放出了“<”和“>”)。我尝试了 CDATA 部分,但博主让我坐下来,他发现了一个未知的标签……太疯狂了!

我该如何解决这个问题?提前感谢阿尔贝托

4

1 回答 1

1

Use &lt; for < and &gt; for > in your includes

Replace #include <iostream> with #include &lt;iostream&gt;

于 2012-04-28T09:39:09.237 回答