<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>bisiqi的博客</title>
    <link>https://blog.bccn.net/bisiqi</link>
    <description>bisiqi的博客 的最新20篇文章</description>
    <copyright>Copyright(C) BCCN.NET</copyright>
    <lastBuildDate>2014-12-15 10:23:46 +0800</lastBuildDate>
    <item>
      <title>如何以指针形式显示呢</title>
      <link>https://blog.bccn.net/bisiqi/16589</link>
      <description>#include&amp;nbsp;//""它的查找路径是先到本地目录下查找该头文件，如果没有，就到系统目录system32下查找&amp;nbsp;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//&amp;lt;&amp;gt;它的查找路径是先到系统目录下查找，如果没有，就到本地目录下查找&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
#define&amp;nbsp;student_total&amp;nbsp;30//预编译指令，定义一个常量值&amp;nbsp;
struct&amp;nbs...</description>
      <category>默认分类</category>
      <author>bisiqi</author>
      <pubDate>2014-12-15 10:23:46 +0800</pubDate>
    </item>
    <item>
      <title>c语言图形显示转换为指针显示</title>
      <link>https://blog.bccn.net/bisiqi/16587</link>
      <description>
	#include &amp;lt;stdio.h&amp;gt;//""它的查找路径是先到本地目录下查找该头文件，如果没有，就到系统目录system32下查找
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//&amp;lt;&amp;gt;它的查找路径是先到系统目录下查找，如果没有，就到本地目录下查找


	
#define student_total 30//预编译指令，定义一个常量值
struct Student//定义学生数据类型（结构体）
{
&amp;nbsp;int num;//学生学号
&amp;nbsp;char name[8];//学生姓名
&amp;nbsp;float normal_scor...</description>
      <category>默认分类</category>
      <author>bisiqi</author>
      <pubDate>2014-12-12 11:07:25 +0800</pubDate>
    </item>
  </channel>
</rss>
