<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>资源盒 - C/C++</title>
    <link>https://zyh0.com/forum-14-1.html</link>
    <description>Latest 20 threads of C/C++</description>
    <copyright>Copyright(C) 资源盒</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 13 May 2026 12:18:54 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://zyh0.com/static/image/common/logo_88_31.gif</url>
      <title>资源盒</title>
      <link>https://zyh0.com/</link>
    </image>
    <item>
      <title>VMProtect加壳工具源码_V3.5.x 完整功能版(VMProtect-Source-Code-LEAK)</title>
      <link>https://zyh0.com/thread-780-1-1.html</link>
      <description><![CDATA[QT+VS2008以上编译平台进行编译。如果提示编译错误，需根据提示的错误进行修改即可成功编译出完整的 VMProtect Packers。**** 本内容被作者隐藏 ****]]></description>
      <category>C/C++</category>
      <author>吠云</author>
      <pubDate>Wed, 01 May 2024 13:08:27 +0000</pubDate>
    </item>
    <item>
      <title>C++大漠找图功能源码</title>
      <link>https://zyh0.com/thread-348-1-1.html</link>
      <description><![CDATA[在此源码基础上可实现找图找字找色（但是是前台），后台找图找字找色是注入后对窗口进行操作，其他的自己研究吧。


**** 本内容被作者隐藏 ****]]></description>
      <category>C/C++</category>
      <author>admin</author>
      <pubDate>Mon, 24 Jul 2023 03:52:11 +0000</pubDate>
    </item>
    <item>
      <title>C++中size_t循环的坑</title>
      <link>https://zyh0.com/thread-76-1-1.html</link>
      <description><![CDATA[for (size_t i = _height - 1; i &gt;= 0; i--)这段代码看起来没有什么问题，其实有一个大坑，是因为size_t是一种非负类型，它永远都不可能会小于0,所以循环停不下来。把size_t改成int就没问题了。]]></description>
      <category>C/C++</category>
      <author>admin</author>
      <pubDate>Wed, 25 Jan 2023 08:24:55 +0000</pubDate>
    </item>
  </channel>
</rss>