<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[小雨Blog]]></title> 
<link>http://edp.idv.tw/~scar/blog/index.php</link> 
<description><![CDATA[認真的生活～努力的閱讀～]]></description> 
<language>zh-tw</language> 
<copyright><![CDATA[小雨Blog]]></copyright>
<item>
<link>http://edp.idv.tw/~scar/blog/read.php?47</link>
<title><![CDATA[我愛指標！！]]></title> 
<author>scar &lt;wenyu1979@yahoo.com.tw&gt;</author>
<category><![CDATA[二技資料]]></category>
<pubDate>Wed, 18 Oct 2006 09:10:06 +0000</pubDate> 
<guid>http://edp.idv.tw/~scar/blog/read.php?47</guid> 
<description>
<![CDATA[ 
	老師說要練習阿！！<br/>練習如下！<br/>不管是同學還是來逛逛的朋友！有興趣的話，可以看看唷！<br/>註解的中文地方就是讓大家想的！<br/>如果你對c語言的指標很熟，那大概就知道囉！！<br/><br/>---------------------------------<br/>#include<stdio.h><br/>#include<stdlib.h><br/><br/>struct add<br/>&#123;<br/> &nbsp; char *q01[2];<br/> &nbsp; char *q02[2];<br/>&#125;go[5];<br/><br/><br/>int Show(char **ss);<br/><br/>char *boy[]=&#123;"111", "123", "456","baby" &#125;;<br/>char **girl;<br/>char **nn, **mm, *tt;<br/><br/><br/><br/>int main()<br/>&#123;<br/> &nbsp; go[0].q01[0]="this is a book.";<br/> &nbsp; go[1].q01[1]="yes! is my naswer.";<br/> &nbsp; <br/> &nbsp; nn=&boy[1];<br/> &nbsp; boy[1]=boy[0];<br/> &nbsp; mm=nn;<br/> &nbsp; girl=nn;<br/> &nbsp; tt=boy[2];<br/> &nbsp; boy[2]=go[0].q01[0];<br/> &nbsp; <br/> &nbsp; printf("%s&#92;n",*nn);<br/> &nbsp; printf("%c&#92;n&#92;n",nn[1][1]);//為甚麼印出 h，那一行的關係讓他印出 h！why？ <br/> &nbsp; <br/> &nbsp; <br/> &nbsp; printf("%s&#92;n",*nn);<br/> &nbsp; printf("%c&#92;n",mm[2][1]);//為甚麼印出 a！why？<br/><br/>............<br/>
]]>
</description>
</item><item>
<link>http://edp.idv.tw/~scar/blog/read.php?34</link>
<title><![CDATA[多媒體的作業！！]]></title> 
<author>scar &lt;wenyu1979@yahoo.com.tw&gt;</author>
<category><![CDATA[二技資料]]></category>
<pubDate>Mon, 09 Oct 2006 06:15:47 +0000</pubDate> 
<guid>http://edp.idv.tw/~scar/blog/read.php?34</guid> 
<description>
<![CDATA[ 
	老實說，我也亂做一通，但是應該還可以看啦！！<br/><br/>免免強強接受吧！！<br/>我是覺得還蠻有笑點的！噗噗～<br/><br/>大家可以多少下載看看吧<br/><br/><a href="http://edp.idv.tw/~scar/movie/79525150hw1.wmv" target="_blank">載點</a>
]]>
</description>
</item>
</channel>
</rss>