<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>C&#43;&#43; on 杨刚的个人网站</title>
    <link>https://www.ygang.top/categories/c&#43;&#43;/</link>
    <description>Recent content in C&#43;&#43; on 杨刚的个人网站</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh</language>
    <copyright>Copyright © 2018-2025 GradyYoung. All rights reserved.</copyright>
    <lastBuildDate>Fri, 19 Jan 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://www.ygang.top/categories/c++/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>1、c&#43;&#43;语言概述</title>
      <link>https://www.ygang.top/posts/d8245fe1/09e70634/c2ec0c28/</link>
      <pubDate>Fri, 19 Jan 2024 00:00:00 +0000</pubDate>
      
      <guid>https://www.ygang.top/posts/d8245fe1/09e70634/c2ec0c28/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;什么是c++ 
    &lt;div id=&#34;什么是c&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
    &lt;span
        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100&#34;&gt;
        &lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline&#34; href=&#34;#%e4%bb%80%e4%b9%88%e6%98%afc&#34; aria-label=&#34;锚点&#34;&gt;#&lt;/a&gt;
    &lt;/span&gt;        
    
&lt;/h2&gt;
&lt;p&gt;C++ 是一种静态类型的、编译式的、通用的、大小写敏感的、不规则的编程语言，支持过程化编程、面向对象编程和泛型编程。&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>1、内存分区模型</title>
      <link>https://www.ygang.top/posts/d8245fe1/f50d4583/9f11f65a/</link>
      <pubDate>Fri, 19 Jan 2024 00:00:00 +0000</pubDate>
      
      <guid>https://www.ygang.top/posts/d8245fe1/f50d4583/9f11f65a/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;分区模型 
    &lt;div id=&#34;分区模型&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
    &lt;span
        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100&#34;&gt;
        &lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline&#34; href=&#34;#%e5%88%86%e5%8c%ba%e6%a8%a1%e5%9e%8b&#34; aria-label=&#34;锚点&#34;&gt;#&lt;/a&gt;
    &lt;/span&gt;        
    
&lt;/h2&gt;
&lt;p&gt;C++程序在执行时，将内存大方向划分为&lt;strong&gt;4个区域&lt;/strong&gt;&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>1、QT安装</title>
      <link>https://www.ygang.top/posts/d8245fe1/83556763/ee27615a/</link>
      <pubDate>Sat, 11 Nov 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.ygang.top/posts/d8245fe1/83556763/ee27615a/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;官网或镜像下载 
    &lt;div id=&#34;官网或镜像下载&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
    &lt;span
        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100&#34;&gt;
        &lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline&#34; href=&#34;#%e5%ae%98%e7%bd%91%e6%88%96%e9%95%9c%e5%83%8f%e4%b8%8b%e8%bd%bd&#34; aria-label=&#34;锚点&#34;&gt;#&lt;/a&gt;
    &lt;/span&gt;        
    
&lt;/h2&gt;
&lt;p&gt;官网（下载很慢）：http://download.qt.io/&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>1、STL基本概念</title>
      <link>https://www.ygang.top/posts/d8245fe1/bf736d53/e6881d5c/</link>
      <pubDate>Sat, 11 Nov 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.ygang.top/posts/d8245fe1/bf736d53/e6881d5c/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;为什么要有STL 
    &lt;div id=&#34;为什么要有stl&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
    &lt;span
        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100&#34;&gt;
        &lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline&#34; href=&#34;#%e4%b8%ba%e4%bb%80%e4%b9%88%e8%a6%81%e6%9c%89stl&#34; aria-label=&#34;锚点&#34;&gt;#&lt;/a&gt;
    &lt;/span&gt;        
    
&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;长久以来，软件界一直希望建立一种可重复利用的东西&lt;/li&gt;
&lt;li&gt;C++的面向对象和泛型编程思想，目的就是复用性的提升&lt;/li&gt;
&lt;li&gt;大多情况下，数据结构和算法都未能有一套标准,导致被迫从事大量重复工作&lt;/li&gt;
&lt;li&gt;为了建立数据结构和算法的一套标准,诞生了STL&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 class=&#34;relative group&#34;&gt;STL的概念 
    &lt;div id=&#34;stl的概念&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
    &lt;span
        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100&#34;&gt;
        &lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline&#34; href=&#34;#stl%e7%9a%84%e6%a6%82%e5%bf%b5&#34; aria-label=&#34;锚点&#34;&gt;#&lt;/a&gt;
    &lt;/span&gt;        
    
&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;STL(Standard Template Library,标准模板库)&lt;/li&gt;
&lt;li&gt;STL 从广义上分为: 容器(container) 算法(algorithm) 迭代器(iterator)&lt;/li&gt;
&lt;li&gt;容器和算法之间通过迭代器进行无缝连接&lt;/li&gt;
&lt;li&gt;STL 几乎所有的代码都采用了模板类或者模板函数&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 class=&#34;relative group&#34;&gt;STL六大组件 
    &lt;div id=&#34;stl六大组件&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
    &lt;span
        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100&#34;&gt;
        &lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline&#34; href=&#34;#stl%e5%85%ad%e5%a4%a7%e7%bb%84%e4%bb%b6&#34; aria-label=&#34;锚点&#34;&gt;#&lt;/a&gt;
    &lt;/span&gt;        
    
&lt;/h2&gt;
&lt;p&gt;STL大体分为六大组件，分别是:容器、算法、迭代器、仿函数、适配器（配接器）、空间配置器&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>2、引用</title>
      <link>https://www.ygang.top/posts/d8245fe1/f50d4583/6a3386c8/</link>
      <pubDate>Fri, 19 Jan 2024 00:00:00 +0000</pubDate>
      
      <guid>https://www.ygang.top/posts/d8245fe1/f50d4583/6a3386c8/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;引用和指针的区别 
    &lt;div id=&#34;引用和指针的区别&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
    &lt;span
        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100&#34;&gt;
        &lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline&#34; href=&#34;#%e5%bc%95%e7%94%a8%e5%92%8c%e6%8c%87%e9%92%88%e7%9a%84%e5%8c%ba%e5%88%ab&#34; aria-label=&#34;锚点&#34;&gt;#&lt;/a&gt;
    &lt;/span&gt;        
    
&lt;/h2&gt;
&lt;p&gt;(1)指针：指针是一个变量，只不过这个变量存储的是一个地址，指向内存的一个存储单元；而引用跟原来的变量实质上是同一个东西，只不过是原变量的一个别名而已。如：&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>2、c&#43;&#43;变量及标识符</title>
      <link>https://www.ygang.top/posts/d8245fe1/09e70634/cc9db325/</link>
      <pubDate>Sat, 11 Nov 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.ygang.top/posts/d8245fe1/09e70634/cc9db325/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;变量 
    &lt;div id=&#34;变量&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
    &lt;span
        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100&#34;&gt;
        &lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline&#34; href=&#34;#%e5%8f%98%e9%87%8f&#34; aria-label=&#34;锚点&#34;&gt;#&lt;/a&gt;
    &lt;/span&gt;        
    
&lt;/h2&gt;
&lt;p&gt;作用：给一段指定内存空间起名字，方便操作这段内存空间&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>2、迭代器入门</title>
      <link>https://www.ygang.top/posts/d8245fe1/bf736d53/7973938a/</link>
      <pubDate>Sat, 11 Nov 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.ygang.top/posts/d8245fe1/bf736d53/7973938a/</guid>
      <description>&lt;p&gt;STL中最常用的容器为Vector，可以理解为数组，下面我们在这个容器中插入数据、并遍历这个容器&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>3、c&#43;&#43;的数据类型</title>
      <link>https://www.ygang.top/posts/d8245fe1/09e70634/312172fe/</link>
      <pubDate>Fri, 19 Jan 2024 00:00:00 +0000</pubDate>
      
      <guid>https://www.ygang.top/posts/d8245fe1/09e70634/312172fe/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;数据类型的作用 
    &lt;div id=&#34;数据类型的作用&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
    &lt;span
        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100&#34;&gt;
        &lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline&#34; href=&#34;#%e6%95%b0%e6%8d%ae%e7%b1%bb%e5%9e%8b%e7%9a%84%e4%bd%9c%e7%94%a8&#34; aria-label=&#34;锚点&#34;&gt;#&lt;/a&gt;
    &lt;/span&gt;        
    
&lt;/h2&gt;
&lt;p&gt;C++规定在创建一个变量或者常量时，必须要指定出相应的数据类型，否则无法给变量分配内存&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>3、面向对象</title>
      <link>https://www.ygang.top/posts/d8245fe1/f50d4583/e74edc4b/</link>
      <pubDate>Fri, 19 Jan 2024 00:00:00 +0000</pubDate>
      
      <guid>https://www.ygang.top/posts/d8245fe1/f50d4583/e74edc4b/</guid>
      <description>&lt;p&gt;C++面向对象的三大特性为：&lt;strong&gt;封装、继承、多态&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;C++认为&lt;strong&gt;万事万物都皆为对象&lt;/strong&gt;，对象上有其属性和行为，和java特别相似&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>3、string容器</title>
      <link>https://www.ygang.top/posts/d8245fe1/bf736d53/dd1be99e/</link>
      <pubDate>Sat, 11 Nov 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.ygang.top/posts/d8245fe1/bf736d53/dd1be99e/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;本质 
    &lt;div id=&#34;本质&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
    &lt;span
        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100&#34;&gt;
        &lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline&#34; href=&#34;#%e6%9c%ac%e8%b4%a8&#34; aria-label=&#34;锚点&#34;&gt;#&lt;/a&gt;
    &lt;/span&gt;        
    
&lt;/h2&gt;
&lt;p&gt;string是C++风格的字符串，而string本质上是一个类&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>4、c&#43;&#43;的运算符</title>
      <link>https://www.ygang.top/posts/d8245fe1/09e70634/340ce84a/</link>
      <pubDate>Fri, 19 Jan 2024 00:00:00 +0000</pubDate>
      
      <guid>https://www.ygang.top/posts/d8245fe1/09e70634/340ce84a/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;运算符 
    &lt;div id=&#34;运算符&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
    &lt;span
        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100&#34;&gt;
        &lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline&#34; href=&#34;#%e8%bf%90%e7%ae%97%e7%ac%a6&#34; aria-label=&#34;锚点&#34;&gt;#&lt;/a&gt;
    &lt;/span&gt;        
    
&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;作用&lt;/strong&gt;：用于执行代码的运算&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>4、文件操作</title>
      <link>https://www.ygang.top/posts/d8245fe1/f50d4583/8cb8fd73/</link>
      <pubDate>Fri, 19 Jan 2024 00:00:00 +0000</pubDate>
      
      <guid>https://www.ygang.top/posts/d8245fe1/f50d4583/8cb8fd73/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;基础概念 
    &lt;div id=&#34;基础概念&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
    &lt;span
        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100&#34;&gt;
        &lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline&#34; href=&#34;#%e5%9f%ba%e7%a1%80%e6%a6%82%e5%bf%b5&#34; aria-label=&#34;锚点&#34;&gt;#&lt;/a&gt;
    &lt;/span&gt;        
    
&lt;/h2&gt;
&lt;p&gt;程序运行时产生的数据都属于临时数据，程序一旦运行结束都会被释放&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>5、程序流程控制</title>
      <link>https://www.ygang.top/posts/d8245fe1/09e70634/a7495c4c/</link>
      <pubDate>Fri, 19 Jan 2024 00:00:00 +0000</pubDate>
      
      <guid>https://www.ygang.top/posts/d8245fe1/09e70634/a7495c4c/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;选择结构 
    &lt;div id=&#34;选择结构&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
    &lt;span
        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100&#34;&gt;
        &lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline&#34; href=&#34;#%e9%80%89%e6%8b%a9%e7%bb%93%e6%9e%84&#34; aria-label=&#34;锚点&#34;&gt;#&lt;/a&gt;
    &lt;/span&gt;        
    
&lt;/h2&gt;

&lt;h3 class=&#34;relative group&#34;&gt;if-else if-else 
    &lt;div id=&#34;if-else-if-else&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
    &lt;span
        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100&#34;&gt;
        &lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline&#34; href=&#34;#if-else-if-else&#34; aria-label=&#34;锚点&#34;&gt;#&lt;/a&gt;
    &lt;/span&gt;        
    
&lt;/h3&gt;
&lt;p&gt;和java的用法一样&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>5、泛型编程</title>
      <link>https://www.ygang.top/posts/d8245fe1/f50d4583/7cedbb3a/</link>
      <pubDate>Fri, 19 Jan 2024 00:00:00 +0000</pubDate>
      
      <guid>https://www.ygang.top/posts/d8245fe1/f50d4583/7cedbb3a/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;模板 
    &lt;div id=&#34;模板&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
    &lt;span
        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100&#34;&gt;
        &lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline&#34; href=&#34;#%e6%a8%a1%e6%9d%bf&#34; aria-label=&#34;锚点&#34;&gt;#&lt;/a&gt;
    &lt;/span&gt;        
    
&lt;/h2&gt;
&lt;p&gt;建立通用模具，提高通用性&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>6、数组</title>
      <link>https://www.ygang.top/posts/d8245fe1/09e70634/41ce178e/</link>
      <pubDate>Sat, 11 Nov 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.ygang.top/posts/d8245fe1/09e70634/41ce178e/</guid>
      <description>&lt;p&gt;数组是放在连续的内存空间中，相同数据类型的一个集合&lt;/p&gt;

&lt;h2 class=&#34;relative group&#34;&gt;一维数组 
    &lt;div id=&#34;一维数组&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
    &lt;span
        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100&#34;&gt;
        &lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline&#34; href=&#34;#%e4%b8%80%e7%bb%b4%e6%95%b0%e7%bb%84&#34; aria-label=&#34;锚点&#34;&gt;#&lt;/a&gt;
    &lt;/span&gt;        
    
&lt;/h2&gt;
&lt;p&gt;一维数组定义的三种方式：&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>7、函数</title>
      <link>https://www.ygang.top/posts/d8245fe1/09e70634/3078886e/</link>
      <pubDate>Fri, 19 Jan 2024 00:00:00 +0000</pubDate>
      
      <guid>https://www.ygang.top/posts/d8245fe1/09e70634/3078886e/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;概述 
    &lt;div id=&#34;概述&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
    &lt;span
        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100&#34;&gt;
        &lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline&#34; href=&#34;#%e6%a6%82%e8%bf%b0&#34; aria-label=&#34;锚点&#34;&gt;#&lt;/a&gt;
    &lt;/span&gt;        
    
&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;作用&lt;/strong&gt;：将一段经常使用的代码封装起来，减少重复代码&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>8、指针</title>
      <link>https://www.ygang.top/posts/d8245fe1/09e70634/0915395f/</link>
      <pubDate>Fri, 19 Jan 2024 00:00:00 +0000</pubDate>
      
      <guid>https://www.ygang.top/posts/d8245fe1/09e70634/0915395f/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;指针的基本概念 
    &lt;div id=&#34;指针的基本概念&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
    &lt;span
        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100&#34;&gt;
        &lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline&#34; href=&#34;#%e6%8c%87%e9%92%88%e7%9a%84%e5%9f%ba%e6%9c%ac%e6%a6%82%e5%bf%b5&#34; aria-label=&#34;锚点&#34;&gt;#&lt;/a&gt;
    &lt;/span&gt;        
    
&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;指针的作用&lt;/strong&gt;： 可以通过指针间接访问内存，指针也是一种数据类型&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>9、结构体</title>
      <link>https://www.ygang.top/posts/d8245fe1/09e70634/24ff7c0a/</link>
      <pubDate>Fri, 19 Jan 2024 00:00:00 +0000</pubDate>
      
      <guid>https://www.ygang.top/posts/d8245fe1/09e70634/24ff7c0a/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;结构体基本概念 
    &lt;div id=&#34;结构体基本概念&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
    &lt;span
        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100&#34;&gt;
        &lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline&#34; href=&#34;#%e7%bb%93%e6%9e%84%e4%bd%93%e5%9f%ba%e6%9c%ac%e6%a6%82%e5%bf%b5&#34; aria-label=&#34;锚点&#34;&gt;#&lt;/a&gt;
    &lt;/span&gt;        
    
&lt;/h2&gt;
&lt;p&gt;结构体属于用户自定义的数据类型，允许用户存储不同的数据类型&lt;/p&gt;</description>
      
    </item>
    
  </channel>
</rss>
