<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>IE盒子 - C++</title>
    <link>http://bbs41.1147.com.cn/forum.php?mod=forumdisplay&amp;fid=36</link>
    <description>Latest 20 threads of C++</description>
    <copyright>Copyright(C) IE盒子</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 01 May 2026 08:15:52 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs41.1147.com.cn/static/image/common/logo_88_31.gif</url>
      <title>IE盒子</title>
      <link>http://bbs41.1147.com.cn/</link>
    </image>
    <item>
      <title>C++11 -&gt; C++14 -&gt; C++17</title>
      <link>http://bbs41.1147.com.cn/forum.php?mod=viewthread&amp;tid=7400</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:15:16 +0000</pubDate>
    </item>
    <item>
      <title>【全网最新、最详细】如何使用 Sublime Text 4 优雅地写C++？</title>
      <link>http://bbs41.1147.com.cn/forum.php?mod=viewthread&amp;tid=7399</link>
      <description><![CDATA[折腾不止，快乐不尽！！用sublime很多年了，最近VScode崛起的趋势使我有些动摇了。但看在sublime更加折腾（啊不是），看在它启动速度快、颜值极高、高度可自定义、文本编辑功能极其强大的份上，我选择继续使用sublime，并写个教程记录一下配置的过程。
主要是我的日常需 ...]]></description>
      <category>C++</category>
      <author>任术明</author>
      <pubDate>Thu, 20 Jul 2023 09:53:26 +0000</pubDate>
    </item>
    <item>
      <title>C++入门基础知识总结（2022整理）</title>
      <link>http://bbs41.1147.com.cn/forum.php?mod=viewthread&amp;tid=7290</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 09:23:19 +0000</pubDate>
    </item>
    <item>
      <title>c++基础梳理（五）：C++ 中的构造函数与析构函数</title>
      <link>http://bbs41.1147.com.cn/forum.php?mod=viewthread&amp;tid=5906</link>
      <description><![CDATA[c++基础梳理（五）：C++ 中的构造函数与析构函数]]></description>
      <category>C++</category>
      <author>人生是一场短暂的旅行</author>
      <pubDate>Tue, 02 May 2023 12:57:34 +0000</pubDate>
    </item>
    <item>
      <title>C++中使用sort对常见容器排序</title>
      <link>http://bbs41.1147.com.cn/forum.php?mod=viewthread&amp;tid=5901</link>
      <description><![CDATA[C++中使用sort对常见容器排序]]></description>
      <category>C++</category>
      <author>开朗的网友</author>
      <pubDate>Tue, 02 May 2023 11:16:16 +0000</pubDate>
    </item>
    <item>
      <title>VSCode配置C/C++环境</title>
      <link>http://bbs41.1147.com.cn/forum.php?mod=viewthread&amp;tid=5897</link>
      <description><![CDATA[VSCode配置C/C++环境]]></description>
      <category>C++</category>
      <author>要制富的农民</author>
      <pubDate>Tue, 02 May 2023 07:56:44 +0000</pubDate>
    </item>
    <item>
      <title>C++ 23 实用工具（四一） 正则表达式</title>
      <link>http://bbs41.1147.com.cn/forum.php?mod=viewthread&amp;tid=5890</link>
      <description><![CDATA[C++ 23 实用工具（四一） 正则表达式]]></description>
      <category>C++</category>
      <author>海口隆昌盛夏</author>
      <pubDate>Mon, 01 May 2023 20:54:07 +0000</pubDate>
    </item>
    <item>
      <title>17</title>
      <link>http://bbs41.1147.com.cn/forum.php?mod=viewthread&amp;tid=5885</link>
      <description><![CDATA[本期我们将讨论 C++ 中的 static（静态）。
static 关键字在 C++ 中有两个意思，这个取决于上下文。
简单了解

第一种情况是在类或结构体外部使用 static 关键字，另一种是在类或者结构体内部使用 static。
基本上我们可以这样理解，类外面的 static 意味着你声明为 sta ...]]></description>
      <category>C++</category>
      <author>小短腿麥蔸</author>
      <pubDate>Mon, 01 May 2023 13:05:01 +0000</pubDate>
    </item>
    <item>
      <title>C++是什么？</title>
      <link>http://bbs41.1147.com.cn/forum.php?mod=viewthread&amp;tid=5876</link>
      <description><![CDATA[本人看过很多C++的描述却得不到想要的答案。
本人提问后希望得到的答案如下：（以“汉语是什么？”为例）
汉语定义：一门语言；
目的：（最简单的）为传递一个人的思想给另一个人提供一种方法；
内容：（以出现位置划分）口头上的汉语，书面上的汉语
           口头上 ...]]></description>
      <category>C++</category>
      <author>无缺公子</author>
      <pubDate>Mon, 01 May 2023 08:23:30 +0000</pubDate>
    </item>
    <item>
      <title>呕心沥血给大家整理的c++工程师高频面试题！</title>
      <link>http://bbs41.1147.com.cn/forum.php?mod=viewthread&amp;tid=5870</link>
      <description><![CDATA[1、简述 C++ 的内存管理？
2、简述一下 C++ 的重载和重写
3、说一说 C++ 和 C 中 struct 的区别以及和 class 的区别
4、简述一下 GDB 常见的调试命令
5、请你说说缓存穿透、击穿、雪崩的区别
6、请你说说各数据类型 sizeof 是多少，sizeof 指针是多少，sizeof 原理
7、 ...]]></description>
      <category>C++</category>
      <author>齐鲁仁</author>
      <pubDate>Sun, 30 Apr 2023 13:27:15 +0000</pubDate>
    </item>
    <item>
      <title>C++移动和获取文件读写指针</title>
      <link>http://bbs41.1147.com.cn/forum.php?mod=viewthread&amp;tid=5851</link>
      <description><![CDATA[C++移动和获取文件读写指针]]></description>
      <category>C++</category>
      <author>白杨剑客</author>
      <pubDate>Sat, 29 Apr 2023 06:15:27 +0000</pubDate>
    </item>
    <item>
      <title>使用 C++ 绘制波形图的探索</title>
      <link>http://bbs41.1147.com.cn/forum.php?mod=viewthread&amp;tid=5840</link>
      <description><![CDATA[使用 C++ 绘制波形图的探索]]></description>
      <category>C++</category>
      <author>想往未来</author>
      <pubDate>Fri, 28 Apr 2023 13:23:56 +0000</pubDate>
    </item>
    <item>
      <title>C++ 常见进制转换代码</title>
      <link>http://bbs41.1147.com.cn/forum.php?mod=viewthread&amp;tid=5835</link>
      <description><![CDATA[C++ 常见进制转换代码]]></description>
      <category>C++</category>
      <author>骑男孩的小摩托</author>
      <pubDate>Fri, 28 Apr 2023 10:05:02 +0000</pubDate>
    </item>
    <item>
      <title>浅谈c++刷题时的一些实用技巧</title>
      <link>http://bbs41.1147.com.cn/forum.php?mod=viewthread&amp;tid=5815</link>
      <description><![CDATA[浅谈c++刷题时的一些实用技巧]]></description>
      <category>C++</category>
      <author>我想去青青草原</author>
      <pubDate>Fri, 28 Apr 2023 05:06:14 +0000</pubDate>
    </item>
    <item>
      <title>c++基础梳理（六）：C++中的new和delete</title>
      <link>http://bbs41.1147.com.cn/forum.php?mod=viewthread&amp;tid=5806</link>
      <description><![CDATA[1. 动态内存分配

1.1 基础数据类型

开辟：　类型　指针变量 = new　类型（常量）　其中常量为初始化的值，可要可不要；
释放:       delete 指针变量；
//test1.cpp
#include &amp;lt;iostream&amp;gt;

using namespace std;

int main()
{
   
    /* c++ new - delete */
    int ...]]></description>
      <category>C++</category>
      <author>恶魔之泪</author>
      <pubDate>Fri, 28 Apr 2023 04:36:33 +0000</pubDate>
    </item>
    <item>
      <title>C/C++的HTTP/HTTPS的GET/POST请求编程</title>
      <link>http://bbs41.1147.com.cn/forum.php?mod=viewthread&amp;tid=5793</link>
      <description><![CDATA[C/C++的HTTP/HTTPS的GET/POST请求编程]]></description>
      <category>C++</category>
      <author>因为遇见我</author>
      <pubDate>Fri, 28 Apr 2023 01:20:54 +0000</pubDate>
    </item>
    <item>
      <title>C++ 23 实用工具（三） 关联式容器</title>
      <link>http://bbs41.1147.com.cn/forum.php?mod=viewthread&amp;tid=5771</link>
      <description><![CDATA[C++ 23 实用工具（三） 关联式容器]]></description>
      <category>C++</category>
      <author>红尘路上</author>
      <pubDate>Thu, 27 Apr 2023 00:08:59 +0000</pubDate>
    </item>
    <item>
      <title>c++中虚继承、虚基类、虚函数、纯虚函数</title>
      <link>http://bbs41.1147.com.cn/forum.php?mod=viewthread&amp;tid=5764</link>
      <description><![CDATA[c++中虚继承、虚基类、虚函数、纯虚函数]]></description>
      <category>C++</category>
      <author>李白癜疯</author>
      <pubDate>Wed, 26 Apr 2023 17:04:00 +0000</pubDate>
    </item>
    <item>
      <title>C++重载的奥义之运算符重载</title>
      <link>http://bbs41.1147.com.cn/forum.php?mod=viewthread&amp;tid=5754</link>
      <description><![CDATA[​0、引言

　　重载，顾名思义从字面上理解就是重复装载，打一个不恰当的比方，你可以用一个篮子装蔬菜，也可以装水果或者其它，使用的是同一个篮子，但是可以用篮子重复装载的东西不一样。
　　正如在之前的文章《重载的奥义之函数重载》中介绍的类似，函数的重载是指 ...]]></description>
      <category>C++</category>
      <author>为正义出发</author>
      <pubDate>Wed, 26 Apr 2023 10:15:23 +0000</pubDate>
    </item>
    <item>
      <title>C++ cout格式化输出</title>
      <link>http://bbs41.1147.com.cn/forum.php?mod=viewthread&amp;tid=5714</link>
      <description><![CDATA[在某些实际场景中，我们经常需要按照一定的格式输出数据，比如输出浮点数时保留 2 位小数，再比如以十六进制的形式输出整数，等等。
对于学过 C 语言的读者应该知道，当使用 printf() 函数输出数据时，可以通过设定一些合理的格式控制符，来达到以指定格式输出数据的目 ...]]></description>
      <category>C++</category>
      <author>夏时蝉</author>
      <pubDate>Tue, 25 Apr 2023 06:43:37 +0000</pubDate>
    </item>
  </channel>
</rss>