<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>monstecho</title>
  
  <subtitle>天马行空的幻想</subtitle>
  <link href="http://www.monstecho.top/atom.xml" rel="self"/>
  
  <link href="http://www.monstecho.top/"/>
  <updated>2025-12-19T16:23:39.750Z</updated>
  <id>http://www.monstecho.top/</id>
  
  <author>
    <name>monstecho</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>【C/C++】指针详解</title>
    <link href="http://www.monstecho.top/posts/52e7/"/>
    <id>http://www.monstecho.top/posts/52e7/</id>
    <published>2025-09-26T16:58:52.000Z</published>
    <updated>2025-12-19T16:23:39.750Z</updated>
    
    
      
      
    <summary type="html">&lt;h1 id=&quot;前言&quot;&gt;&lt;a href=&quot;#前言&quot; class=&quot;headerlink&quot; title=&quot;前言&quot;&gt;&lt;/a&gt;前言&lt;/h1&gt;&lt;p&gt;本文花费了大约一个星期的时间来准备，然后又花了将近一个星期的课余时间来编写，课太多了，有时候一整天都没多少时间写文章，这篇文章前后花的时间不</summary>
      
    
    
    
    <category term="C++" scheme="http://www.monstecho.top/categories/C/"/>
    
    
    <category term="C++" scheme="http://www.monstecho.top/tags/C/"/>
    
    <category term="C" scheme="http://www.monstecho.top/tags/C/"/>
    
    <category term="学习日记" scheme="http://www.monstecho.top/tags/%E5%AD%A6%E4%B9%A0%E6%97%A5%E8%AE%B0/"/>
    
    <category term="数据结构" scheme="http://www.monstecho.top/tags/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
  </entry>
  
  <entry>
    <title>【C/C++】实用标准库头文件</title>
    <link href="http://www.monstecho.top/posts/7bed/"/>
    <id>http://www.monstecho.top/posts/7bed/</id>
    <published>2025-09-15T06:20:05.000Z</published>
    <updated>2025-12-19T16:23:39.750Z</updated>
    
    
      
      
    <summary type="html">&lt;h2 id=&quot;前言&quot;&gt;&lt;a href=&quot;#前言&quot; class=&quot;headerlink&quot; title=&quot;前言&quot;&gt;&lt;/a&gt;前言&lt;/h2&gt;&lt;p&gt;我们在写程序时，可能会遇到很多的麻烦问题，这个时候可以通过引用一些已经写好的头文件来帮助我们更快的解决问题，减少我们的需要编写的代码。&lt;/p</summary>
      
    
    
    
    <category term="C++" scheme="http://www.monstecho.top/categories/C/"/>
    
    
    <category term="C++" scheme="http://www.monstecho.top/tags/C/"/>
    
    <category term="C" scheme="http://www.monstecho.top/tags/C/"/>
    
    <category term="学习日记" scheme="http://www.monstecho.top/tags/%E5%AD%A6%E4%B9%A0%E6%97%A5%E8%AE%B0/"/>
    
    <category term="数据结构" scheme="http://www.monstecho.top/tags/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
    <category term="C++标准库" scheme="http://www.monstecho.top/tags/C-%E6%A0%87%E5%87%86%E5%BA%93/"/>
    
  </entry>
  
  <entry>
    <title>【C/C++】C++中的string、char、char*和char**区别与联系</title>
    <link href="http://www.monstecho.top/posts/6aff/"/>
    <id>http://www.monstecho.top/posts/6aff/</id>
    <published>2025-09-11T08:03:31.000Z</published>
    <updated>2025-12-19T16:23:39.750Z</updated>
    
    
      
      
    <summary type="html">&lt;h2 id=&quot;前言&quot;&gt;&lt;a href=&quot;#前言&quot; class=&quot;headerlink&quot; title=&quot;前言&quot;&gt;&lt;/a&gt;前言&lt;/h2&gt;&lt;p&gt;本篇文章对指针等基础知识要求较高，请确保有基础后再观看更佳，因为博主自己也不是很懂，所以文章可能存在问题，可以在评论区于博主进行探讨。&lt;/p</summary>
      
    
    
    
    <category term="C++" scheme="http://www.monstecho.top/categories/C/"/>
    
    
    <category term="C++" scheme="http://www.monstecho.top/tags/C/"/>
    
    <category term="C" scheme="http://www.monstecho.top/tags/C/"/>
    
    <category term="学习日记" scheme="http://www.monstecho.top/tags/%E5%AD%A6%E4%B9%A0%E6%97%A5%E8%AE%B0/"/>
    
    <category term="C标准库" scheme="http://www.monstecho.top/tags/C%E6%A0%87%E5%87%86%E5%BA%93/"/>
    
  </entry>
  
  <entry>
    <title>C语言变量初始化和赋值的区别</title>
    <link href="http://www.monstecho.top/posts/be92/"/>
    <id>http://www.monstecho.top/posts/be92/</id>
    <published>2025-09-10T14:30:10.000Z</published>
    <updated>2025-12-19T16:23:39.750Z</updated>
    
    
      
      
    <summary type="html">&lt;p&gt;在C语言中，变量初始化和赋值是两个相关、但不完全相同的概念，它们都涉及给变量赋予一个值，但发生的时机和使用的方式有所不同。接下来，让我们讨论一下这两个概念的区别，以及它们在实际编程中的应用。&lt;/p&gt;
&lt;p&gt;变量初始化是在变量声明的同时给它赋予一个初始值，这个过程发生在变量的</summary>
      
    
    
    
    <category term="C" scheme="http://www.monstecho.top/categories/C/"/>
    
    
    <category term="C++" scheme="http://www.monstecho.top/tags/C/"/>
    
    <category term="C" scheme="http://www.monstecho.top/tags/C/"/>
    
    <category term="学习日记" scheme="http://www.monstecho.top/tags/%E5%AD%A6%E4%B9%A0%E6%97%A5%E8%AE%B0/"/>
    
    <category term="C标准库" scheme="http://www.monstecho.top/tags/C%E6%A0%87%E5%87%86%E5%BA%93/"/>
    
  </entry>
  
  <entry>
    <title>sizeof的用法总结</title>
    <link href="http://www.monstecho.top/posts/f26d/"/>
    <id>http://www.monstecho.top/posts/f26d/</id>
    <published>2025-09-10T13:00:05.000Z</published>
    <updated>2025-12-19T16:23:39.750Z</updated>
    
    
      
      
    <summary type="html">&lt;h1 id=&quot;C-语言—sizeof的用法总结&quot;&gt;&lt;a href=&quot;#C-语言—sizeof的用法总结&quot; class=&quot;headerlink&quot; title=&quot;C 语言—sizeof的用法总结&quot;&gt;&lt;/a&gt;C 语言—sizeof的用法总结&lt;/h1&gt;&lt;p&gt;&lt;a href=&quot;https</summary>
      
    
    
    
    <category term="C" scheme="http://www.monstecho.top/categories/C/"/>
    
    
    <category term="C++" scheme="http://www.monstecho.top/tags/C/"/>
    
    <category term="C" scheme="http://www.monstecho.top/tags/C/"/>
    
    <category term="学习日记" scheme="http://www.monstecho.top/tags/%E5%AD%A6%E4%B9%A0%E6%97%A5%E8%AE%B0/"/>
    
    <category term="数据结构" scheme="http://www.monstecho.top/tags/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
    <category term="C标准库" scheme="http://www.monstecho.top/tags/C%E6%A0%87%E5%87%86%E5%BA%93/"/>
    
  </entry>
  
  <entry>
    <title>【C/C++】printf()输出参数的差异</title>
    <link href="http://www.monstecho.top/posts/516a/"/>
    <id>http://www.monstecho.top/posts/516a/</id>
    <published>2025-09-08T07:20:39.000Z</published>
    <updated>2025-12-19T16:23:39.750Z</updated>
    
    
      
      
    <summary type="html">&lt;h2 id=&quot;printf-中的-format-格式&quot;&gt;&lt;a href=&quot;#printf-中的-format-格式&quot; class=&quot;headerlink&quot; title=&quot;printf() 中的 format 格式&quot;&gt;&lt;/a&gt;printf() 中的 format 格式&lt;/h2&gt;&lt;</summary>
      
    
    
    
    <category term="C" scheme="http://www.monstecho.top/categories/C/"/>
    
    
    <category term="C++" scheme="http://www.monstecho.top/tags/C/"/>
    
    <category term="C" scheme="http://www.monstecho.top/tags/C/"/>
    
    <category term="学习日记" scheme="http://www.monstecho.top/tags/%E5%AD%A6%E4%B9%A0%E6%97%A5%E8%AE%B0/"/>
    
    <category term="C标准库" scheme="http://www.monstecho.top/tags/C%E6%A0%87%E5%87%86%E5%BA%93/"/>
    
  </entry>
  
  <entry>
    <title>strlen 和 sizeof 计算字符串长度的区别</title>
    <link href="http://www.monstecho.top/posts/4f10/"/>
    <id>http://www.monstecho.top/posts/4f10/</id>
    <published>2025-09-08T07:00:05.000Z</published>
    <updated>2025-12-19T16:23:39.750Z</updated>
    
    
      
      
    <summary type="html">&lt;h2 id=&quot;前言&quot;&gt;&lt;a href=&quot;#前言&quot; class=&quot;headerlink&quot; title=&quot;前言&quot;&gt;&lt;/a&gt;前言&lt;/h2&gt;&lt;p&gt;首先，strlen() 是&lt;strong&gt;函数&lt;/strong&gt;(C库函数 - strlen()来自于C 标准库 - &amp;lt;string.</summary>
      
    
    
    
    <category term="C" scheme="http://www.monstecho.top/categories/C/"/>
    
    
    <category term="C++" scheme="http://www.monstecho.top/tags/C/"/>
    
    <category term="C" scheme="http://www.monstecho.top/tags/C/"/>
    
    <category term="学习日记" scheme="http://www.monstecho.top/tags/%E5%AD%A6%E4%B9%A0%E6%97%A5%E8%AE%B0/"/>
    
    <category term="数据结构" scheme="http://www.monstecho.top/tags/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
    <category term="C标准库" scheme="http://www.monstecho.top/tags/C%E6%A0%87%E5%87%86%E5%BA%93/"/>
    
  </entry>
  
  <entry>
    <title>【C/C++】 size_t和ssize_t的数据类型</title>
    <link href="http://www.monstecho.top/posts/b264/"/>
    <id>http://www.monstecho.top/posts/b264/</id>
    <published>2025-09-08T06:14:31.000Z</published>
    <updated>2025-12-19T16:23:39.750Z</updated>
    
    
      
      
    <summary type="html">&lt;h2 id=&quot;size-t&quot;&gt;&lt;a href=&quot;#size-t&quot; class=&quot;headerlink&quot; title=&quot;size_t&quot;&gt;&lt;/a&gt;size_t&lt;/h2&gt;&lt;h3 id=&quot;size-t介绍&quot;&gt;&lt;a href=&quot;#size-t介绍&quot; class=&quot;headerlink&quot; </summary>
      
    
    
    
    <category term="C++" scheme="http://www.monstecho.top/categories/C/"/>
    
    
    <category term="C++" scheme="http://www.monstecho.top/tags/C/"/>
    
    <category term="C" scheme="http://www.monstecho.top/tags/C/"/>
    
    <category term="学习日记" scheme="http://www.monstecho.top/tags/%E5%AD%A6%E4%B9%A0%E6%97%A5%E8%AE%B0/"/>
    
    <category term="C标准库" scheme="http://www.monstecho.top/tags/C%E6%A0%87%E5%87%86%E5%BA%93/"/>
    
  </entry>
  
  <entry>
    <title>蓝桥杯竞赛-数字炸弹【算法赛】</title>
    <link href="http://www.monstecho.top/posts/eab0/"/>
    <id>http://www.monstecho.top/posts/eab0/</id>
    <published>2025-09-06T02:13:33.000Z</published>
    <updated>2025-12-19T16:23:39.750Z</updated>
    
    
      
      
    <summary type="html">&lt;h1 id=&quot;数字炸弹【算法赛】&quot;&gt;&lt;a href=&quot;#数字炸弹【算法赛】&quot; class=&quot;headerlink&quot; title=&quot;数字炸弹【算法赛】&quot;&gt;&lt;/a&gt;数字炸弹【算法赛】&lt;/h1&gt;&lt;h3 id=&quot;问题描述&quot;&gt;&lt;a href=&quot;#问题描述&quot; class=&quot;headerli</summary>
      
    
    
    
    <category term="C++" scheme="http://www.monstecho.top/categories/C/"/>
    
    
    <category term="C++" scheme="http://www.monstecho.top/tags/C/"/>
    
    <category term="学习日记" scheme="http://www.monstecho.top/tags/%E5%AD%A6%E4%B9%A0%E6%97%A5%E8%AE%B0/"/>
    
    <category term="蓝桥杯" scheme="http://www.monstecho.top/tags/%E8%93%9D%E6%A1%A5%E6%9D%AF/"/>
    
    <category term="算法赛" scheme="http://www.monstecho.top/tags/%E7%AE%97%E6%B3%95%E8%B5%9B/"/>
    
  </entry>
  
  <entry>
    <title>C语言中关于数据类型占用</title>
    <link href="http://www.monstecho.top/posts/6ea2/"/>
    <id>http://www.monstecho.top/posts/6ea2/</id>
    <published>2025-05-07T15:17:50.000Z</published>
    <updated>2025-12-19T16:23:39.750Z</updated>
    
    
      
      
    <summary type="html">&lt;h2 id=&quot;bit、byte、KB、B、字节、位、字符之间关系详解&quot;&gt;&lt;a href=&quot;#bit、byte、KB、B、字节、位、字符之间关系详解&quot; class=&quot;headerlink&quot; title=&quot;bit、byte、KB、B、字节、位、字符之间关系详解&quot;&gt;&lt;/a&gt;bit、b</summary>
      
    
    
    
    <category term="C" scheme="http://www.monstecho.top/categories/C/"/>
    
    
    <category term="C++" scheme="http://www.monstecho.top/tags/C/"/>
    
    <category term="C" scheme="http://www.monstecho.top/tags/C/"/>
    
    <category term="学习日记" scheme="http://www.monstecho.top/tags/%E5%AD%A6%E4%B9%A0%E6%97%A5%E8%AE%B0/"/>
    
    <category term="数据结构" scheme="http://www.monstecho.top/tags/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
  </entry>
  
  <entry>
    <title>EasyX图形库游戏开发第三天</title>
    <link href="http://www.monstecho.top/posts/b903/"/>
    <id>http://www.monstecho.top/posts/b903/</id>
    <published>2025-04-28T09:41:26.000Z</published>
    <updated>2025-12-19T16:23:39.750Z</updated>
    
    
      
      
    <summary type="html">&lt;h1 id=&quot;EasyX图形库游戏开发第三天&quot;&gt;&lt;a href=&quot;#EasyX图形库游戏开发第三天&quot; class=&quot;headerlink&quot; title=&quot;EasyX图形库游戏开发第三天&quot;&gt;&lt;/a&gt;EasyX图形库游戏开发第三天&lt;/h1&gt;&lt;h2 id=&quot;今日目标&quot;&gt;&lt;a href</summary>
      
    
    
    
    <category term="C++" scheme="http://www.monstecho.top/categories/C/"/>
    
    <category term="游戏" scheme="http://www.monstecho.top/categories/C/%E6%B8%B8%E6%88%8F/"/>
    
    
    <category term="C++" scheme="http://www.monstecho.top/tags/C/"/>
    
    <category term="游戏" scheme="http://www.monstecho.top/tags/%E6%B8%B8%E6%88%8F/"/>
    
    <category term="EasyX" scheme="http://www.monstecho.top/tags/EasyX/"/>
    
  </entry>
  
  <entry>
    <title>EasyX图形库游戏开发第二天</title>
    <link href="http://www.monstecho.top/posts/b57a/"/>
    <id>http://www.monstecho.top/posts/b57a/</id>
    <published>2025-04-27T15:08:33.000Z</published>
    <updated>2025-12-19T16:23:39.750Z</updated>
    
    
      
      
    <summary type="html">&lt;h1 id=&quot;EasyX图形库游戏开发第二天&quot;&gt;&lt;a href=&quot;#EasyX图形库游戏开发第二天&quot; class=&quot;headerlink&quot; title=&quot;EasyX图形库游戏开发第二天&quot;&gt;&lt;/a&gt;EasyX图形库游戏开发第二天&lt;/h1&gt;&lt;h2 id=&quot;今日目标&quot;&gt;&lt;a href</summary>
      
    
    
    
    <category term="C++" scheme="http://www.monstecho.top/categories/C/"/>
    
    
    <category term="C++" scheme="http://www.monstecho.top/tags/C/"/>
    
    <category term="游戏" scheme="http://www.monstecho.top/tags/%E6%B8%B8%E6%88%8F/"/>
    
    <category term="EasyX" scheme="http://www.monstecho.top/tags/EasyX/"/>
    
  </entry>
  
  <entry>
    <title>EasyX图形库游戏开发第一天</title>
    <link href="http://www.monstecho.top/posts/6442bc33/"/>
    <id>http://www.monstecho.top/posts/6442bc33/</id>
    <published>2025-04-26T10:15:10.000Z</published>
    <updated>2025-12-19T16:23:39.750Z</updated>
    
    
      
      
    <summary type="html">&lt;h1 id=&quot;EasyX图形库游戏开发第一天&quot;&gt;&lt;a href=&quot;#EasyX图形库游戏开发第一天&quot; class=&quot;headerlink&quot; title=&quot;EasyX图形库游戏开发第一天&quot;&gt;&lt;/a&gt;EasyX图形库游戏开发第一天&lt;/h1&gt;&lt;p&gt;我使用的是EasyX图形库+Clio</summary>
      
    
    
    
    <category term="C++" scheme="http://www.monstecho.top/categories/C/"/>
    
    <category term="游戏" scheme="http://www.monstecho.top/categories/C/%E6%B8%B8%E6%88%8F/"/>
    
    
    <category term="C++" scheme="http://www.monstecho.top/tags/C/"/>
    
    <category term="游戏" scheme="http://www.monstecho.top/tags/%E6%B8%B8%E6%88%8F/"/>
    
    <category term="EasyX" scheme="http://www.monstecho.top/tags/EasyX/"/>
    
  </entry>
  
</feed>
