<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>3D网络 - C++</title>
    <link>http://bbs28.1147.com.cn/forum.php?mod=forumdisplay&amp;fid=38</link>
    <description>Latest 20 threads of C++</description>
    <copyright>Copyright(C) 3D网络</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 18 Apr 2026 17:15:21 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs28.1147.com.cn/static/image/common/logo_88_31.gif</url>
      <title>3D网络</title>
      <link>http://bbs28.1147.com.cn/</link>
    </image>
    <item>
      <title>C++11 -&gt; C++14 -&gt; C++17</title>
      <link>http://bbs28.1147.com.cn/forum.php?mod=viewthread&amp;tid=7869</link>
      <description><![CDATA[C++11

什么是C++11？

在 2011 年 8 月 12 日，ISO (International Organization for Standardization) 通过了 C++ 新版本，该版本被称为 C++11。C++11添加了新的特性集合到 C++ 语言中，关于这些特性的使用是可选择的，如果你选择不使用也没有影响，但这些新特性在某 ...]]></description>
      <category>C++</category>
      <author>我叫唐三藏</author>
      <pubDate>Thu, 20 Jul 2023 10:08:08 +0000</pubDate>
    </item>
    <item>
      <title>【全网最新、最详细】如何使用 Sublime Text 4 优雅地写C++？</title>
      <link>http://bbs28.1147.com.cn/forum.php?mod=viewthread&amp;tid=7868</link>
      <description><![CDATA[折腾不止，快乐不尽！！用sublime很多年了，最近VScode崛起的趋势使我有些动摇了。但看在sublime更加折腾（啊不是），看在它启动速度快、颜值极高、高度可自定义、文本编辑功能极其强大的份上，我选择继续使用sublime，并写个教程记录一下配置的过程。
主要是我的日常需 ...]]></description>
      <category>C++</category>
      <author>牛翠花</author>
      <pubDate>Thu, 20 Jul 2023 08:58:28 +0000</pubDate>
    </item>
    <item>
      <title>C++入门基础知识总结（2022整理）</title>
      <link>http://bbs28.1147.com.cn/forum.php?mod=viewthread&amp;tid=7254</link>
      <description><![CDATA[C++入门基础知识之什么是C++?

1982年，Bjarne Stroustrup博士在C语言的基础上引入并扩充了面向对象的概念，发明了一种新的程序语言。为了表达该语言与C语言的渊源关系，命名为C++。因此：C++是基于C语言而产生的，它既可以进行C语言的过程化程序设计，又可以进行以抽象 ...]]></description>
      <category>C++</category>
      <author>奈何桥下孟婆的碗</author>
      <pubDate>Wed, 05 Jul 2023 08:54:05 +0000</pubDate>
    </item>
    <item>
      <title>c++基础梳理（五）：C++ 中的构造函数与析构函数</title>
      <link>http://bbs28.1147.com.cn/forum.php?mod=viewthread&amp;tid=6252</link>
      <description><![CDATA[c++基础梳理（五）：C++ 中的构造函数与析构函数]]></description>
      <category>C++</category>
      <author>沙漠之鷹</author>
      <pubDate>Tue, 23 May 2023 11:59:40 +0000</pubDate>
    </item>
    <item>
      <title>C++中使用sort对常见容器排序</title>
      <link>http://bbs28.1147.com.cn/forum.php?mod=viewthread&amp;tid=6239</link>
      <description><![CDATA[C++中使用sort对常见容器排序]]></description>
      <category>C++</category>
      <author>嬲嫐</author>
      <pubDate>Tue, 23 May 2023 07:00:21 +0000</pubDate>
    </item>
    <item>
      <title>C++ cout格式化输出</title>
      <link>http://bbs28.1147.com.cn/forum.php?mod=viewthread&amp;tid=6225</link>
      <description><![CDATA[C++ cout格式化输出]]></description>
      <category>C++</category>
      <author>旋叶弄舞</author>
      <pubDate>Tue, 23 May 2023 05:17:46 +0000</pubDate>
    </item>
    <item>
      <title>VSCode配置C/C++环境</title>
      <link>http://bbs28.1147.com.cn/forum.php?mod=viewthread&amp;tid=6220</link>
      <description><![CDATA[VSCode配置C/C++环境]]></description>
      <category>C++</category>
      <author>晶品昌田</author>
      <pubDate>Tue, 23 May 2023 00:43:13 +0000</pubDate>
    </item>
    <item>
      <title>C++ 23 实用工具（四一） 正则表达式</title>
      <link>http://bbs28.1147.com.cn/forum.php?mod=viewthread&amp;tid=6213</link>
      <description><![CDATA[C++ 23 实用工具（四一） 正则表达式]]></description>
      <category>C++</category>
      <author>石必成</author>
      <pubDate>Mon, 22 May 2023 12:37:58 +0000</pubDate>
    </item>
    <item>
      <title>呕心沥血给大家整理的c++工程师高频面试题！</title>
      <link>http://bbs28.1147.com.cn/forum.php?mod=viewthread&amp;tid=6184</link>
      <description><![CDATA[呕心沥血给大家整理的c++工程师高频面试题！]]></description>
      <category>C++</category>
      <author>我叫唐三藏</author>
      <pubDate>Sat, 20 May 2023 12:03:42 +0000</pubDate>
    </item>
    <item>
      <title>C++移动和获取文件读写指针</title>
      <link>http://bbs28.1147.com.cn/forum.php?mod=viewthread&amp;tid=6175</link>
      <description><![CDATA[C++移动和获取文件读写指针]]></description>
      <category>C++</category>
      <author>昨夜楓</author>
      <pubDate>Sat, 20 May 2023 09:33:18 +0000</pubDate>
    </item>
    <item>
      <title>使用 C++ 绘制波形图的探索</title>
      <link>http://bbs28.1147.com.cn/forum.php?mod=viewthread&amp;tid=6166</link>
      <description><![CDATA[使用 C++ 绘制波形图的探索]]></description>
      <category>C++</category>
      <author>完颜宗翰</author>
      <pubDate>Sat, 20 May 2023 06:54:52 +0000</pubDate>
    </item>
    <item>
      <title>C++ 常见进制转换代码</title>
      <link>http://bbs28.1147.com.cn/forum.php?mod=viewthread&amp;tid=6158</link>
      <description><![CDATA[C++ 常见进制转换代码]]></description>
      <category>C++</category>
      <author>李小兮兮</author>
      <pubDate>Sat, 20 May 2023 02:42:45 +0000</pubDate>
    </item>
    <item>
      <title>2023年还建议走C++这个方向吗?</title>
      <link>http://bbs28.1147.com.cn/forum.php?mod=viewthread&amp;tid=6146</link>
      <description><![CDATA[2023年还建议走C++这个方向吗?]]></description>
      <category>C++</category>
      <author>车队</author>
      <pubDate>Fri, 19 May 2023 12:00:44 +0000</pubDate>
    </item>
    <item>
      <title>c++基础梳理（三）：C++中的引用</title>
      <link>http://bbs28.1147.com.cn/forum.php?mod=viewthread&amp;tid=6140</link>
      <description><![CDATA[c++基础梳理（三）：C++中的引用]]></description>
      <category>C++</category>
      <author>李全华</author>
      <pubDate>Fri, 19 May 2023 09:06:27 +0000</pubDate>
    </item>
    <item>
      <title>浅谈c++刷题时的一些实用技巧</title>
      <link>http://bbs28.1147.com.cn/forum.php?mod=viewthread&amp;tid=6132</link>
      <description><![CDATA[浅谈c++刷题时的一些实用技巧]]></description>
      <category>C++</category>
      <author>石可木</author>
      <pubDate>Fri, 19 May 2023 07:41:06 +0000</pubDate>
    </item>
    <item>
      <title>c++基础梳理（六）：C++中的new和delete</title>
      <link>http://bbs28.1147.com.cn/forum.php?mod=viewthread&amp;tid=6117</link>
      <description><![CDATA[c++基础梳理（六）：C++中的new和delete]]></description>
      <category>C++</category>
      <author>空虚</author>
      <pubDate>Thu, 18 May 2023 12:28:25 +0000</pubDate>
    </item>
    <item>
      <title>C/C++的HTTP/HTTPS的GET/POST请求编程</title>
      <link>http://bbs28.1147.com.cn/forum.php?mod=viewthread&amp;tid=6112</link>
      <description><![CDATA[C/C++的HTTP/HTTPS的GET/POST请求编程]]></description>
      <category>C++</category>
      <author>风三娘</author>
      <pubDate>Thu, 18 May 2023 10:47:59 +0000</pubDate>
    </item>
    <item>
      <title>资深开发者需精通的10个 C++ 高级主题</title>
      <link>http://bbs28.1147.com.cn/forum.php?mod=viewthread&amp;tid=6086</link>
      <description><![CDATA[资深开发者需精通的10个 C++ 高级主题]]></description>
      <category>C++</category>
      <author>蔡振辉</author>
      <pubDate>Wed, 17 May 2023 06:45:45 +0000</pubDate>
    </item>
    <item>
      <title>15</title>
      <link>http://bbs28.1147.com.cn/forum.php?mod=viewthread&amp;tid=6077</link>
      <description><![CDATA[15]]></description>
      <category>C++</category>
      <author>用户张哥有爱的男人</author>
      <pubDate>Wed, 17 May 2023 04:13:26 +0000</pubDate>
    </item>
    <item>
      <title>C++ 23 实用工具（二）绑定工具</title>
      <link>http://bbs28.1147.com.cn/forum.php?mod=viewthread&amp;tid=6067</link>
      <description><![CDATA[C++ 23 实用工具（二）绑定工具]]></description>
      <category>C++</category>
      <author>无有</author>
      <pubDate>Wed, 17 May 2023 01:15:38 +0000</pubDate>
    </item>
  </channel>
</rss>