<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>红颜丽人c语言函数 &#187; 红颜丽人</title>
	<atom:link href="http://www.hongyanliren.com/tag/c%e8%af%ad%e8%a8%80%e5%87%bd%e6%95%b0/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hongyanliren.com</link>
	<description>追求技术就像追求#$！不抛弃，不放弃！</description>
	<lastBuildDate>Thu, 16 Mar 2023 07:48:39 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2</generator>
		<item>
		<title>c语言函数fread()如何实现读文件函数(从文件流读取数据)</title>
		<link>http://www.hongyanliren.com/2014m05/6958.html</link>
		<comments>http://www.hongyanliren.com/2014m05/6958.html#comments</comments>
		<pubDate>Sun, 18 May 2014 08:18:42 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[C++学习]]></category>
		<category><![CDATA[c语言函数]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=6958</guid>
		<description><![CDATA[c语言函数fread()如何实现读文件函数(从文件流读取数据)？有关的函数：fopen, fwrite, fseek, fscanf，引入的头文件：#include &#60;stdio.h&#62;。定义fread()函数：size_t fread(void * ptr, size_t size, s[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m05/6958.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m05/6958.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>c语言函数fseek()实现移动文件流的读写位置</title>
		<link>http://www.hongyanliren.com/2014m05/6956.html</link>
		<comments>http://www.hongyanliren.com/2014m05/6956.html#comments</comments>
		<pubDate>Sun, 18 May 2014 08:16:03 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[C++学习]]></category>
		<category><![CDATA[c语言函数]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=6956</guid>
		<description><![CDATA[c语言函数fseek()实现移动文件流的读写位置，相关函数：rewind, ftell, fgetpos, fsetpos, lseek，引入的头文件：#include &#60;stdio.h&#62;。定义fseek()函数：int fseek(FILE * stream, long offset,[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m05/6956.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m05/6956.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>c语言函数ftell()如何取得文件流的读取位置实例源码介绍</title>
		<link>http://www.hongyanliren.com/2014m05/6951.html</link>
		<comments>http://www.hongyanliren.com/2014m05/6951.html#comments</comments>
		<pubDate>Fri, 16 May 2014 17:14:08 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[C++学习]]></category>
		<category><![CDATA[c语言函数]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=6951</guid>
		<description><![CDATA[c语言函数ftell()如何取得文件流的读取位置实例源码介绍。相关函数：fseek, rewind, fgetpos, fsetpos。需要引入的头文件：#include &#60;stdio.h&#62;

定义函数：long ftell(FILE * stream);

c语言函数ftell[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m05/6951.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m05/6951.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>c语言函数fwrite()函数写文件函数(将数据流写入文件中)实例源码介绍</title>
		<link>http://www.hongyanliren.com/2014m05/6949.html</link>
		<comments>http://www.hongyanliren.com/2014m05/6949.html#comments</comments>
		<pubDate>Fri, 16 May 2014 17:11:56 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[C++学习]]></category>
		<category><![CDATA[c语言函数]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=6949</guid>
		<description><![CDATA[c语言函数fwrite()函数写文件函数(将数据流写入文件中)实例源码介绍。相关函数：fopen, fread, fseek, fscanf。需要引入的头文件：#include &#60;stdio.h&#62;

定义fwrite()函数：size_t fwrite(const void * pt[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m05/6949.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m05/6949.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>c语言getchar()函数字符输入函数(由标准输入设备内读进一字符)实例源码</title>
		<link>http://www.hongyanliren.com/2014m05/6943.html</link>
		<comments>http://www.hongyanliren.com/2014m05/6943.html#comments</comments>
		<pubDate>Fri, 16 May 2014 16:52:10 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[C++学习]]></category>
		<category><![CDATA[c语言函数]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=6943</guid>
		<description><![CDATA[c语言getchar()函数字符输入函数(由标准输入设备内读进一字符)实例源码。有关的函数：fopen, fread, fscanf, getc。引入的头文件：#include &#60;stdio.h&#62;

定义getchar()函数：int getchar(void);

函数说明：g[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m05/6943.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m05/6943.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>c语言函数gets()字符输入函数(由标准输入设备内读进一字符串)</title>
		<link>http://www.hongyanliren.com/2014m05/6940.html</link>
		<comments>http://www.hongyanliren.com/2014m05/6940.html#comments</comments>
		<pubDate>Fri, 16 May 2014 16:48:53 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[C++学习]]></category>
		<category><![CDATA[c语言函数]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=6940</guid>
		<description><![CDATA[c语言函数gets()—字符输入函数(由标准输入设备内读进一字符串)c语言接收一行字符串的方法。相关函数：fopen, fread, fscanf, fgets

引入的头文件：#include &#60;stdio.h&#62;

定义函数：char * gets(char *s);

函[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m05/6940.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m05/6940.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>c语言函数mktemp()产生唯一临时文件名实例源码介绍</title>
		<link>http://www.hongyanliren.com/2014m05/6937.html</link>
		<comments>http://www.hongyanliren.com/2014m05/6937.html#comments</comments>
		<pubDate>Fri, 16 May 2014 16:39:31 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[C++学习]]></category>
		<category><![CDATA[c语言函数]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=6937</guid>
		<description><![CDATA[c语言函数mktemp()产生唯一临时文件名实例源码介绍。有关的函数：tmpfile引入的头文件：#include &#60;stdlib.h&#62;

定义函数mktemp()：char * mktemp(char * template);

函数说明：mktemp()用来产生唯一的临时文件[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m05/6937.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m05/6937.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>c语言putc()函数如何写文件函数(将一指定字符写入文件中)</title>
		<link>http://www.hongyanliren.com/2014m05/6934.html</link>
		<comments>http://www.hongyanliren.com/2014m05/6934.html#comments</comments>
		<pubDate>Fri, 16 May 2014 16:33:11 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[C++学习]]></category>
		<category><![CDATA[c语言函数]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=6934</guid>
		<description><![CDATA[c语言putc()函数如何写文件函数(将一指定字符写入文件中)相关函数：fopen, fwrite, fscanf, fputc。需要引入的头文件：#include &#60;stdio.h&#62;

定义函数：int putc(int c, FILE * stream);

函数说明：put[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m05/6934.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m05/6934.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>c语言函数putchar()为字符输出函数(将指定的字符写到标准输出设备)</title>
		<link>http://www.hongyanliren.com/2014m05/6932.html</link>
		<comments>http://www.hongyanliren.com/2014m05/6932.html#comments</comments>
		<pubDate>Fri, 16 May 2014 16:31:34 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[C++学习]]></category>
		<category><![CDATA[c语言函数]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=6932</guid>
		<description><![CDATA[c语言函数putchar()为字符输出函数(将指定的字符写到标准输出设备)。相关函数：fopen, fwrite, fscanf, fputc

引入的头文件：#include &#60;stdio.h&#62;

定义函数putchar()：int putchar (int c);

函数[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m05/6932.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m05/6932.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>c语言函数rewind()如何重设文件流的读写位置为文件开头实例源码介绍</title>
		<link>http://www.hongyanliren.com/2014m05/6930.html</link>
		<comments>http://www.hongyanliren.com/2014m05/6930.html#comments</comments>
		<pubDate>Fri, 16 May 2014 16:29:44 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[C++学习]]></category>
		<category><![CDATA[c语言函数]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=6930</guid>
		<description><![CDATA[c语言函数rewind()如何重设文件流的读写位置为文件开头实例源码介绍。相关函数：fseek, ftell, fgetpos, fsetpos

rewind()函数引入的头文件：#include &#60;stdio.h&#62;

定义函数：void rewind(FILE * strea[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m05/6930.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m05/6930.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
