<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>c/c++</title>
<link>/program/c/index.html</link>
<description>程序设计 / c/c++</description>
<language>zh-cn</language>
<generator>&lt;a href='http://www.nixsky.com' target='_blank'&gt;Power by nixsky&lt;/a&gt;</generator>
<webmaster>haibo.d@gmail.com</webmaster>
<item>
    <title>用C语言开发BIOS程序的实现方法</title>
    <link>/program/c/2008-01/331.html</link>
    <description>1 BIOS 开发语言分析 1. 1 汇编语言与 C 语言比较 传统 BIOS 程序的开发一般以汇编语言作为开发工具 . 它的优点是 : 代码精简 , 时间效率与空间效率高 , 比较适合于 BIOS 程序开发 . 缺点是 : 源程序代码冗长 , 使用大量标号 , 定义与区分工作量大 , 容易混淆 , 寄存器</description>
    <pubDate>2008-01-02</pubDate>
    <category>c/c++</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>C++的引用的传递和返回兼批判</title>
    <link>/program/c/2007-05/170.html</link>
    <description>C中只有传值（PV）和传地址（PP）。有些语言仅仅有传地址，没有传值。好象FORTRAN就是。 实际上从汇编开始理解，传递（包括参数和返回）要么是PV要么是PP。那么引用是什么东西？ 引用是C++不得以产生的概念。如果没有C的PV，如FORTRAN那样全是引用（一种PP），也就不会</description>
    <pubDate>2007-05-19</pubDate>
    <category>c/c++</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>AIX 下C语言的License配置</title>
    <link>/unix/aix/2007-04/109.html</link>
    <description>本文适用于以下产品： C for AIX V4.x V5.x；CC++ V3.6.x；Fortran V5.x V6.x； 一. 安装C/C++/Fortran编译器及LUM（License 管理程序） 1.使用以下命令确认软件包 ipfx.rte 已经安装： lslpp -l ipfx.rte 如果未安装，可从AIX 4.3 系统盘的第一张光盘找出并安装。 2.</description>
    <pubDate>2007-04-14</pubDate>
    <category>AIX</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>C/C++中的日期和时间</title>
    <link>/program/c/2007-03/60.html</link>
    <description>本文从介绍基础概念入手，探讨了在C/C++中对日期和时间操作所用到的数据结构和函数，并对计时、时间的获取、时间的计算和显示格式等方面进行了阐述。本文还通过大量的实例向你展示了time.h头文件中声明的各种函数和数据结构的详细使用方法。

关键字：UTC（世界标准时</description>
    <pubDate>2007-03-24</pubDate>
    <category>c/c++</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>C语言之指针、数组和函数</title>
    <link>/program/c/2007-03/58.html</link>
    <description>基本解释 1、指针的本质是一个与地址相关的复合类型，它的值是数据存放的位置（地址）；数组的本质则是一系列的变量。 2、数组名对应着（而不是指向）一块内存，其地址与容量在生命期内保持不变，只有数组的内容可以改变。指针可以随时指向任意类型的内存块，它的特征</description>
    <pubDate>2007-03-24</pubDate>
    <category>c/c++</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>C/C++数组名与指针区别深入探索</title>
    <link>/program/c/2007-03/17.html</link>
    <description>引言 指针是C/C++语言的特色，而数组名与指针有太多的相似，甚至很多时候，数组名可以作为指针使用。于是乎，很多程序设计者就被搞糊涂了。而许多的大学老师，他们在C语言的教学过程中也错误得给学生讲解：数组名就是指针。很幸运，我的大学老师就是其中之一。时至今日</description>
    <pubDate>2007-03-06</pubDate>
    <category>c/c++</category>
    <author>宋宝华</author>
    <comments>linuxsky.org</comments>
</item>
<item>
    <title>GNU C library 笔记</title>
    <link>/program/c/2007-03/4.html</link>
    <description>内容：Introduction 和 Error Reporting 1. glibc 所实现全部或者部分规范下的功能有 ISO C: The international standard for the C programming language. POSIX: The ISO/IEC 9945 (aka IEEE 1003) standards for operating systems. Berkeley Unix: BSD and SunOS.</description>
    <pubDate>2007-03-03</pubDate>
    <category>c/c++</category>
    <author>demonstrate</author>
    <comments>heli.bokee.com</comments>
</item>

</channel>
</rss>
