<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>年年有&quot;余&quot; - C语言</title>
    <link>https://www.yusian.com/bbs/forum-c-1.html</link>
    <description>Latest 20 threads of C语言</description>
    <copyright>Copyright(C) 年年有&quot;余&quot;</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 12 Aug 2026 09:29:52 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.yusian.com/bbs/static/image/common/logo_88_31.gif</url>
      <title>年年有&quot;余&quot;</title>
      <link>https://www.yusian.com/bbs/</link>
    </image>
    <item>
      <title>缘信IM社交聊天即时通讯源码出售转让</title>
      <link>https://www.yusian.com/bbs/thread-11231-1-1.html</link>
      <description><![CDATA[缘信IM社交聊天即时通讯源码出售转让




Android端+iOS端+服务端+PC端+web+H5
全平台源代码，全行业最低价，火爆出售中
支持万人大群，系统并发量大，性能超稳定，已经过上百家客户使用验证
架构成熟，成品稳定系统，可直接上线使用
支持二次开发，大量节约成本， ...]]></description>
      <category>C语言</category>
      <author>dfghj</author>
      <pubDate>Thu, 11 Jun 2020 08:13:44 +0000</pubDate>
    </item>
    <item>
      <title>结构体实现面向对象设计思想</title>
      <link>https://www.yusian.com/bbs/thread-11173-1-1.html</link>
      <description><![CDATA[1、SAObject.hpp
[mw_shl_code=cpp,false]#ifndef SAObject_hpp
#define SAObject_hpp

#include 
// 声明主体对象结构体
struct SAObject{
    int id;
    char name[20];
    SAObject *next;
};
// 1、DataStore中包含了一个固有的SAObject
// 2、SAObject的空间分 ...]]></description>
      <category>C语言</category>
      <author>Sian</author>
      <pubDate>Wed, 08 Jun 2016 02:37:39 +0000</pubDate>
    </item>
    <item>
      <title>C语言中文件的基本读写操作</title>
      <link>https://www.yusian.com/bbs/thread-11172-1-1.html</link>
      <description><![CDATA[[mw_shl_code=c,false]#include 
#include 
#include 

int write()
{
    // 文件路径
    const char *filepath = \&quot;/Users/yusian/Desktop/hello.txt\&quot;;
    // 定义文件指针
    FILE *fp = fopen(filepath, \&quot;wb\&quot;);
    if (fp == NULL){
        printf(\&quot;Faild to op ...]]></description>
      <category>C语言</category>
      <author>Sian</author>
      <pubDate>Tue, 07 Jun 2016 03:50:37 +0000</pubDate>
    </item>
    <item>
      <title>C++中链表的基本实现</title>
      <link>https://www.yusian.com/bbs/thread-11169-1-1.html</link>
      <description><![CDATA[[mw_shl_code=cpp,false]//
//  main.cpp
//  Hello
//
//  Created by 余西安 on 16/5/19.
//  Copyright &amp;#169; 2016年 Sian. All rights reserved.
//

#include 
#include 
#include 
struct Object{
    int i;
    char name[10];
    Object *next;
};

Object * ...]]></description>
      <category>C语言</category>
      <author>Sian</author>
      <pubDate>Fri, 20 May 2016 09:20:06 +0000</pubDate>
    </item>
    <item>
      <title>C++实现的一个学生成绩管理示例</title>
      <link>https://www.yusian.com/bbs/thread-11168-1-1.html</link>
      <description><![CDATA[[mw_shl_code=cpp,false]//
//  main.cpp
//  Hello
//
//  Created by 余西安 on 16/5/19.
//  Copyright &amp;#169; 2016年 Sian. All rights reserved.
//

#include 
#include 

// 创建基本数据结构
struct Student{
    int id;
    char name[10];
    int score[3]; ...]]></description>
      <category>C语言</category>
      <author>Sian</author>
      <pubDate>Fri, 20 May 2016 06:12:14 +0000</pubDate>
    </item>
    <item>
      <title>07-其它-10-递归</title>
      <link>https://www.yusian.com/bbs/thread-7321-1-1.html</link>
      <description><![CDATA[传智播客李明杰老师精品零基础教程
原高清视频下载：**** 本内容被作者隐藏 ****
相关视频链接：
07-其它-01-宏定义-不带参数的宏
07-其它-02-宏定义-带参数的宏
07-其它-03-条件编译
07-其它-04-文件包含
07-其它-05-typedef-基本使用
07-其它-06-typedef-使用注意
07- ...]]></description>
      <category>C语言</category>
      <author>admin</author>
      <pubDate>Tue, 14 Oct 2014 12:44:36 +0000</pubDate>
    </item>
    <item>
      <title>07-其它-09-static对局部变量的作用</title>
      <link>https://www.yusian.com/bbs/thread-7320-1-1.html</link>
      <description><![CDATA[传智播客李明杰老师精品零基础教程
原高清视频下载：**** 本内容被作者隐藏 ****
相关视频链接：
07-其它-01-宏定义-不带参数的宏
07-其它-02-宏定义-带参数的宏
07-其它-03-条件编译
07-其它-04-文件包含
07-其它-05-typedef-基本使用
07-其它-06-typedef-使用注意
07- ...]]></description>
      <category>C语言</category>
      <author>admin</author>
      <pubDate>Tue, 14 Oct 2014 12:43:49 +0000</pubDate>
    </item>
    <item>
      <title>07-其它-08-static和extern对变量的作用</title>
      <link>https://www.yusian.com/bbs/thread-7319-1-1.html</link>
      <description><![CDATA[传智播客李明杰老师精品零基础教程
原高清视频下载：**** 本内容被作者隐藏 ****
相关视频链接：
07-其它-01-宏定义-不带参数的宏
07-其它-02-宏定义-带参数的宏
07-其它-03-条件编译
07-其它-04-文件包含
07-其它-05-typedef-基本使用
07-其它-06-typedef-使用注意
07- ...]]></description>
      <category>C语言</category>
      <author>admin</author>
      <pubDate>Tue, 14 Oct 2014 12:43:06 +0000</pubDate>
    </item>
    <item>
      <title>07-其它-07-static和extern对函数的作用</title>
      <link>https://www.yusian.com/bbs/thread-7318-1-1.html</link>
      <description><![CDATA[传智播客李明杰老师精品零基础教程
原高清视频下载：**** 本内容被作者隐藏 ****
相关视频链接：
07-其它-01-宏定义-不带参数的宏
07-其它-02-宏定义-带参数的宏
07-其它-03-条件编译
07-其它-04-文件包含
07-其它-05-typedef-基本使用
07-其它-06-typedef-使用注意
07- ...]]></description>
      <category>C语言</category>
      <author>admin</author>
      <pubDate>Tue, 14 Oct 2014 12:42:18 +0000</pubDate>
    </item>
    <item>
      <title>07-其它-06-typedef-使用注意</title>
      <link>https://www.yusian.com/bbs/thread-7317-1-1.html</link>
      <description><![CDATA[传智播客李明杰老师精品零基础教程
原高清视频下载：**** 本内容被作者隐藏 ****
相关视频链接：
07-其它-01-宏定义-不带参数的宏
07-其它-02-宏定义-带参数的宏
07-其它-03-条件编译
07-其它-04-文件包含
07-其它-05-typedef-基本使用
07-其它-06-typedef-使用注意
07- ...]]></description>
      <category>C语言</category>
      <author>admin</author>
      <pubDate>Tue, 14 Oct 2014 12:41:42 +0000</pubDate>
    </item>
    <item>
      <title>07-其它-05-typedef-基本使用</title>
      <link>https://www.yusian.com/bbs/thread-7316-1-1.html</link>
      <description><![CDATA[传智播客李明杰老师精品零基础教程
原高清视频下载：**** 本内容被作者隐藏 ****
相关视频链接：
07-其它-01-宏定义-不带参数的宏
07-其它-02-宏定义-带参数的宏
07-其它-03-条件编译
07-其它-04-文件包含
07-其它-05-typedef-基本使用
07-其它-06-typedef-使用注意
07- ...]]></description>
      <category>C语言</category>
      <author>admin</author>
      <pubDate>Tue, 14 Oct 2014 12:40:57 +0000</pubDate>
    </item>
    <item>
      <title>07-其它-04-文件包含</title>
      <link>https://www.yusian.com/bbs/thread-7315-1-1.html</link>
      <description><![CDATA[传智播客李明杰老师精品零基础教程
原高清视频下载：**** 本内容被作者隐藏 ****
相关视频链接：
07-其它-01-宏定义-不带参数的宏
07-其它-02-宏定义-带参数的宏
07-其它-03-条件编译
07-其它-04-文件包含
07-其它-05-typedef-基本使用
07-其它-06-typedef-使用注意
07- ...]]></description>
      <category>C语言</category>
      <author>admin</author>
      <pubDate>Tue, 14 Oct 2014 12:40:08 +0000</pubDate>
    </item>
    <item>
      <title>07-其它-03-条件编译</title>
      <link>https://www.yusian.com/bbs/thread-7314-1-1.html</link>
      <description><![CDATA[传智播客李明杰老师精品零基础教程
原高清视频下载：**** 本内容被作者隐藏 ****
相关视频链接：
07-其它-01-宏定义-不带参数的宏
07-其它-02-宏定义-带参数的宏
07-其它-03-条件编译
07-其它-04-文件包含
07-其它-05-typedef-基本使用
07-其它-06-typedef-使用注意
07- ...]]></description>
      <category>C语言</category>
      <author>admin</author>
      <pubDate>Tue, 14 Oct 2014 12:39:33 +0000</pubDate>
    </item>
    <item>
      <title>07-其它-02-宏定义-带参数的宏</title>
      <link>https://www.yusian.com/bbs/thread-7313-1-1.html</link>
      <description><![CDATA[传智播客李明杰老师精品零基础教程
原高清视频下载：**** 本内容被作者隐藏 ****
相关视频链接：
07-其它-01-宏定义-不带参数的宏
07-其它-02-宏定义-带参数的宏
07-其它-03-条件编译
07-其它-04-文件包含
07-其它-05-typedef-基本使用
07-其它-06-typedef-使用注意
07- ...]]></description>
      <category>C语言</category>
      <author>admin</author>
      <pubDate>Tue, 14 Oct 2014 12:38:54 +0000</pubDate>
    </item>
    <item>
      <title>07-其它-01-宏定义-不带参数的宏</title>
      <link>https://www.yusian.com/bbs/thread-7312-1-1.html</link>
      <description><![CDATA[传智播客李明杰老师精品零基础教程
原高清视频下载：**** 本内容被作者隐藏 ****
相关视频链接：
07-其它-01-宏定义-不带参数的宏
07-其它-02-宏定义-带参数的宏
07-其它-03-条件编译
07-其它-04-文件包含
07-其它-05-typedef-基本使用
07-其它-06-typedef-使用注意
07- ...]]></description>
      <category>C语言</category>
      <author>admin</author>
      <pubDate>Tue, 14 Oct 2014 12:38:04 +0000</pubDate>
    </item>
    <item>
      <title>06-复杂数据类型-04-其他数据类型-11-数据类型总结</title>
      <link>https://www.yusian.com/bbs/thread-7311-1-1.html</link>
      <description><![CDATA[传智播客李明杰老师精品零基础教程
原高清视频下载：**** 本内容被作者隐藏 ****
相关视频链接：
06-复杂数据类型-01-数组-01-定义
06-复杂数据类型-01-数组-02-简单使用-赋值
06-复杂数据类型-01-数组-03-简单使用-遍历
06-复杂数据类型-01-数组-04-使用注意
06-复杂 ...]]></description>
      <category>C语言</category>
      <author>admin</author>
      <pubDate>Tue, 14 Oct 2014 12:34:54 +0000</pubDate>
    </item>
    <item>
      <title>06-复杂数据类型-04-其他数据类型-10-枚举类型</title>
      <link>https://www.yusian.com/bbs/thread-7310-1-1.html</link>
      <description><![CDATA[传智播客李明杰老师精品零基础教程
原高清视频下载：**** 本内容被作者隐藏 ****
相关视频链接：
06-复杂数据类型-01-数组-01-定义
06-复杂数据类型-01-数组-02-简单使用-赋值
06-复杂数据类型-01-数组-03-简单使用-遍历
06-复杂数据类型-01-数组-04-使用注意
06-复杂 ...]]></description>
      <category>C语言</category>
      <author>admin</author>
      <pubDate>Tue, 14 Oct 2014 12:33:41 +0000</pubDate>
    </item>
    <item>
      <title>06-复杂数据类型-04-其他数据类型-09-结构体-嵌套定义</title>
      <link>https://www.yusian.com/bbs/thread-7309-1-1.html</link>
      <description><![CDATA[传智播客李明杰老师精品零基础教程
原高清视频下载：**** 本内容被作者隐藏 ****
相关视频链接：
06-复杂数据类型-01-数组-01-定义
06-复杂数据类型-01-数组-02-简单使用-赋值
06-复杂数据类型-01-数组-03-简单使用-遍历
06-复杂数据类型-01-数组-04-使用注意
06-复杂 ...]]></description>
      <category>C语言</category>
      <author>admin</author>
      <pubDate>Tue, 14 Oct 2014 12:32:31 +0000</pubDate>
    </item>
    <item>
      <title>06-复杂数据类型-04-其他数据类型-07-结构体-指向结构体的指针</title>
      <link>https://www.yusian.com/bbs/thread-7308-1-1.html</link>
      <description><![CDATA[传智播客李明杰老师精品零基础教程
原高清视频下载：**** 本内容被作者隐藏 ****
相关视频链接：
06-复杂数据类型-01-数组-01-定义
06-复杂数据类型-01-数组-02-简单使用-赋值
06-复杂数据类型-01-数组-03-简单使用-遍历
06-复杂数据类型-01-数组-04-使用注意
06-复杂 ...]]></description>
      <category>C语言</category>
      <author>admin</author>
      <pubDate>Tue, 14 Oct 2014 12:31:20 +0000</pubDate>
    </item>
    <item>
      <title>06-复杂数据类型-04-其他数据类型-06-结构体-结构体数组</title>
      <link>https://www.yusian.com/bbs/thread-7307-1-1.html</link>
      <description><![CDATA[传智播客李明杰老师精品零基础教程
原高清视频下载：**** 本内容被作者隐藏 ****
相关视频链接：
06-复杂数据类型-01-数组-01-定义
06-复杂数据类型-01-数组-02-简单使用-赋值
06-复杂数据类型-01-数组-03-简单使用-遍历
06-复杂数据类型-01-数组-04-使用注意
06-复杂 ...]]></description>
      <category>C语言</category>
      <author>admin</author>
      <pubDate>Tue, 14 Oct 2014 12:30:01 +0000</pubDate>
    </item>
  </channel>
</rss>