<?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>“OLanguage.org” 的评论</title>
	<atom:link href="http://www.olanguage.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.olanguage.org</link>
	<description>中文计算机语言</description>
	<pubDate>Sun, 14 Mar 2010 04:24:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>爱已搁浅 关于 1.0.2.3版本更新说明 的评论</title>
		<link>http://www.olanguage.org/2010/03/1023%e7%89%88%e6%9c%ac%e6%9b%b4%e6%96%b0%e8%af%b4%e6%98%8e/comment-page-1/#comment-93</link>
		<dc:creator>爱已搁浅</dc:creator>
		<pubDate>Sat, 13 Mar 2010 14:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.olanguage.org/?p=541#comment-93</guid>
		<description>很好。非常期待高级的O语言横空出世</description>
		<content:encoded><![CDATA[<p>很好。非常期待高级的O语言横空出世</p>
]]></content:encoded>
	</item>
	<item>
		<title>admin 关于 1.0.2.3版本更新说明 的评论</title>
		<link>http://www.olanguage.org/2010/03/1023%e7%89%88%e6%9c%ac%e6%9b%b4%e6%96%b0%e8%af%b4%e6%98%8e/comment-page-1/#comment-92</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 13 Mar 2010 07:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.olanguage.org/?p=541#comment-92</guid>
		<description>类定义即类型定义的缩写，在C++中才有class className{};的写法，但也没有类定义的语法。
返回值放在后面是为了支持多返回值，通常认为函数是一个封装的输入与输出系统，其实把返回值放在后面更为合理，前面是输入后面是输出，只是你习惯了C的语法认为放在前面是理所当然，放在前面也是为了使用等号“=”操作符。
主函数:main主不要求一定要写两个，你写一个main也可以，这种写法是演示也可以使用中文的函数名。
字符串前面的&amp;取地址符号在O语言被要求强制使用，这是为了把数组的地址与数组名称进行明确区分，也就是说在O语言是数组的名称代表的是整个数组，而不代表数组的首地址。</description>
		<content:encoded><![CDATA[<p>类定义即类型定义的缩写，在C++中才有class className{};的写法，但也没有类定义的语法。<br />
返回值放在后面是为了支持多返回值，通常认为函数是一个封装的输入与输出系统，其实把返回值放在后面更为合理，前面是输入后面是输出，只是你习惯了C的语法认为放在前面是理所当然，放在前面也是为了使用等号“=”操作符。<br />
主函数:main主不要求一定要写两个，你写一个main也可以，这种写法是演示也可以使用中文的函数名。<br />
字符串前面的&amp;取地址符号在O语言被要求强制使用，这是为了把数组的地址与数组名称进行明确区分，也就是说在O语言是数组的名称代表的是整个数组，而不代表数组的首地址。</p>
]]></content:encoded>
	</item>
	<item>
		<title>纵横 关于 1.0.2.3版本更新说明 的评论</title>
		<link>http://www.olanguage.org/2010/03/1023%e7%89%88%e6%9c%ac%e6%9b%b4%e6%96%b0%e8%af%b4%e6%98%8e/comment-page-1/#comment-91</link>
		<dc:creator>纵横</dc:creator>
		<pubDate>Fri, 12 Mar 2010 04:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.olanguage.org/?p=541#comment-91</guid>
		<description>哈，不错</description>
		<content:encoded><![CDATA[<p>哈，不错</p>
]]></content:encoded>
	</item>
	<item>
		<title>月月 关于 1.0.2.3版本更新说明 的评论</title>
		<link>http://www.olanguage.org/2010/03/1023%e7%89%88%e6%9c%ac%e6%9b%b4%e6%96%b0%e8%af%b4%e6%98%8e/comment-page-1/#comment-89</link>
		<dc:creator>月月</dc:creator>
		<pubDate>Thu, 11 Mar 2010 05:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.olanguage.org/?p=541#comment-89</guid>
		<description>类定义 是不是应该是：类型定义 class type 是不一样的吧？
返回值类型放后面不太好看吧！
主函数:main 怎么要写两个？
printf(&amp;”Hello World!”); &amp;这个应该默认吧？
语法好象不够简洁</description>
		<content:encoded><![CDATA[<p>类定义 是不是应该是：类型定义 class type 是不一样的吧？<br />
返回值类型放后面不太好看吧！<br />
主函数:main 怎么要写两个？<br />
printf(&amp;”Hello World!”); &amp;这个应该默认吧？<br />
语法好象不够简洁</p>
]]></content:encoded>
	</item>
	<item>
		<title>zongheng 关于 1.0.2.1更新说明 的评论</title>
		<link>http://www.olanguage.org/2010/03/1021%e6%9b%b4%e6%96%b0%e8%af%b4%e6%98%8e/comment-page-1/#comment-84</link>
		<dc:creator>zongheng</dc:creator>
		<pubDate>Thu, 04 Mar 2010 10:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.olanguage.org/?p=531#comment-84</guid>
		<description>OML出来这么长时间了，终于有了帮助文件，顶个</description>
		<content:encoded><![CDATA[<p>OML出来这么长时间了，终于有了帮助文件，顶个</p>
]]></content:encoded>
	</item>
	<item>
		<title>爱已搁浅 关于 1.0.2.0可视化体验版更新说明 的评论</title>
		<link>http://www.olanguage.org/2010/02/1020%e5%8f%af%e8%a7%86%e5%8c%96%e4%bd%93%e9%aa%8c%e7%89%88%e6%9b%b4%e6%96%b0%e8%af%b4%e6%98%8e/comment-page-1/#comment-81</link>
		<dc:creator>爱已搁浅</dc:creator>
		<pubDate>Tue, 02 Mar 2010 18:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.olanguage.org/?p=526#comment-81</guid>
		<description>好几天没来顶帖，更新还真快。相信Q语言能够发展成为一门高级既面向过程又面向对象的可视
化编程语言。还能够支持64位操作系统。将来写中文操作系统 

 希望作者继续加油</description>
		<content:encoded><![CDATA[<p>好几天没来顶帖，更新还真快。相信Q语言能够发展成为一门高级既面向过程又面向对象的可视<br />
化编程语言。还能够支持64位操作系统。将来写中文操作系统 </p>
<p> 希望作者继续加油</p>
]]></content:encoded>
	</item>
	<item>
		<title>haosoft 关于 1.0.2.0可视化体验版更新说明 的评论</title>
		<link>http://www.olanguage.org/2010/02/1020%e5%8f%af%e8%a7%86%e5%8c%96%e4%bd%93%e9%aa%8c%e7%89%88%e6%9b%b4%e6%96%b0%e8%af%b4%e6%98%8e/comment-page-1/#comment-73</link>
		<dc:creator>haosoft</dc:creator>
		<pubDate>Thu, 25 Feb 2010 00:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.olanguage.org/?p=526#comment-73</guid>
		<description>非常不错，一直在关注无比强大的O语言！</description>
		<content:encoded><![CDATA[<p>非常不错，一直在关注无比强大的O语言！</p>
]]></content:encoded>
	</item>
	<item>
		<title>admin 关于 界面描述语言第1版发布 的评论</title>
		<link>http://www.olanguage.org/2010/01/%e7%95%8c%e9%9d%a2%e6%8f%8f%e8%bf%b0%e8%af%ad%e8%a8%80%e7%ac%ac1%e7%89%88%e5%8f%91%e5%b8%83/comment-page-1/#comment-65</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 05 Feb 2010 06:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.olanguage.org/?p=501#comment-65</guid>
		<description>你谦虚了，我们希望听到各方面的建议和有指导性的想法，你不是编程专业更能代表大多数新用户的想法。</description>
		<content:encoded><![CDATA[<p>你谦虚了，我们希望听到各方面的建议和有指导性的想法，你不是编程专业更能代表大多数新用户的想法。</p>
]]></content:encoded>
	</item>
	<item>
		<title>爱已搁浅 关于 1.0.1.0版本更新说明如下 的评论</title>
		<link>http://www.olanguage.org/2010/01/1010%e7%89%88%e6%9c%ac%e6%9b%b4%e6%96%b0%e8%af%b4%e6%98%8e%e5%a6%82%e4%b8%8b/comment-page-1/#comment-64</link>
		<dc:creator>爱已搁浅</dc:creator>
		<pubDate>Thu, 04 Feb 2010 18:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.olanguage.org/?p=516#comment-64</guid>
		<description>希望O语言能够快速的成长 能够可视化编辑 面向对象 真正成为中国人自己的计算机语言</description>
		<content:encoded><![CDATA[<p>希望O语言能够快速的成长 能够可视化编辑 面向对象 真正成为中国人自己的计算机语言</p>
]]></content:encoded>
	</item>
	<item>
		<title>中国人 关于 调试功能基本完成 的评论</title>
		<link>http://www.olanguage.org/2009/06/%e8%b0%83%e8%af%95%e5%8a%9f%e8%83%bd%e5%9f%ba%e6%9c%ac%e5%ae%8c%e6%88%90/comment-page-1/#comment-63</link>
		<dc:creator>中国人</dc:creator>
		<pubDate>Thu, 04 Feb 2010 07:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.olanguage.org/?p=245#comment-63</guid>
		<description>好！感谢你们为汉语圈里人做的贡献，我是使用易语言编程的爱好者，也渴望你们推出高级编程语言，或者和易语言公司联合开发。中文编程发展和普及的更快！</description>
		<content:encoded><![CDATA[<p>好！感谢你们为汉语圈里人做的贡献，我是使用易语言编程的爱好者，也渴望你们推出高级编程语言，或者和易语言公司联合开发。中文编程发展和普及的更快！</p>
]]></content:encoded>
	</item>
</channel>
</rss>
