<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: C语言中利用strtok函数进行字符串分割</title>
	<atom:link href="http://blog.minidx.com/2008/02/03/469.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minidx.com/2008/02/03/469.html</link>
	<description>中文Adobe Flex例子,Flex实例教程,RIA资源,全文检索技术,算法和数据结构</description>
	<lastBuildDate>Tue, 17 Jan 2012 07:33:13 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 海光</title>
		<link>http://blog.minidx.com/2008/02/03/469.html/comment-page-1#comment-17455</link>
		<dc:creator>海光</dc:creator>
		<pubDate>Tue, 27 Jul 2010 13:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/02/03/469.html#comment-17455</guid>
		<description>一看就执行不了！
char * buf1=&quot;aaa, ,a, ,,,bbb-c,,,ee&#124;abc&quot;;
buff1指向一个常量区。
根据
 If string is not NULL, the function scans string for the first occurrence of any character included in delimiters. If it is found, the function overwrites the delimiter in string by a null-character and returns a pointer to the token, i.e. the part of the scanned string previous to the delimiter.注意这句话中有overwirtes这个单词，常量区是不能overwirte的！！！，所以得用char buff1【】。</description>
		<content:encoded><![CDATA[<p>一看就执行不了！<br />
char * buf1=&#8221;aaa, ,a, ,,,bbb-c,,,ee|abc&#8221;;<br />
buff1指向一个常量区。<br />
根据<br />
 If string is not NULL, the function scans string for the first occurrence of any character included in delimiters. If it is found, the function overwrites the delimiter in string by a null-character and returns a pointer to the token, i.e. the part of the scanned string previous to the delimiter.注意这句话中有overwirtes这个单词，常量区是不能overwirte的！！！，所以得用char buff1【】。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linuxany</title>
		<link>http://blog.minidx.com/2008/02/03/469.html/comment-page-1#comment-13247</link>
		<dc:creator>linuxany</dc:creator>
		<pubDate>Sun, 27 Sep 2009 08:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/02/03/469.html#comment-13247</guid>
		<description>找了这么多，总算找了一个能用的，谢谢了先！</description>
		<content:encoded><![CDATA[<p>找了这么多，总算找了一个能用的，谢谢了先！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dskit</title>
		<link>http://blog.minidx.com/2008/02/03/469.html/comment-page-1#comment-12569</link>
		<dc:creator>dskit</dc:creator>
		<pubDate>Wed, 19 Aug 2009 16:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/02/03/469.html#comment-12569</guid>
		<description>char * buf1=&quot;aaa, ,a, ,,,bbb-c,,,ee&#124;abc&quot;; 
should be :
char buf1[]=&quot;aaa, ,a, ,,,bbb-c,,,ee&#124;abc&quot;;</description>
		<content:encoded><![CDATA[<p>char * buf1=&#8221;aaa, ,a, ,,,bbb-c,,,ee|abc&#8221;;<br />
should be :<br />
char buf1[]=&#8221;aaa, ,a, ,,,bbb-c,,,ee|abc&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teloon</title>
		<link>http://blog.minidx.com/2008/02/03/469.html/comment-page-1#comment-11036</link>
		<dc:creator>teloon</dc:creator>
		<pubDate>Thu, 26 Mar 2009 12:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/02/03/469.html#comment-11036</guid>
		<description>gcc编译不通过，段错误～</description>
		<content:encoded><![CDATA[<p>gcc编译不通过，段错误～</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tree</title>
		<link>http://blog.minidx.com/2008/02/03/469.html/comment-page-1#comment-4919</link>
		<dc:creator>Tree</dc:creator>
		<pubDate>Mon, 21 Apr 2008 09:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/02/03/469.html#comment-4919</guid>
		<description>非常好,用上了!</description>
		<content:encoded><![CDATA[<p>非常好,用上了!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 1/10 queries in 0.004 seconds using disk
Object Caching 161/314 objects using disk

Served from: blog.minidx.com @ 2012-02-09 23:52:19 -->
