<?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>《老手是这样教新手编程的》的评论</title>
	<atom:link href="http://coolshell.cn/articles/2420.html/feed" rel="self" type="application/rss+xml" />
	<link>http://coolshell.cn/articles/2420.html</link>
	<description>享受编程和技术所带来的快乐 - http://coolshell.cn</description>
	<lastBuildDate>Mon, 21 May 2012 08:38:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>作者：meShare2011</title>
		<link>http://coolshell.cn/articles/2420.html/comment-page-1#comment-170376</link>
		<dc:creator>meShare2011</dc:creator>
		<pubDate>Fri, 27 Apr 2012 15:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2420#comment-170376</guid>
		<description>太牛逼了，在CMD里cl fucking_original.c出现EXE的那一刻，碉堡了！点击运行，都快要晕过去了！</description>
		<content:encoded><![CDATA[<p>太牛逼了，在CMD里cl fucking_original.c出现EXE的那一刻，碉堡了！点击运行，都快要晕过去了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Veteran is so teach novice programming</title>
		<link>http://coolshell.cn/articles/2420.html/comment-page-1#comment-86878</link>
		<dc:creator>Veteran is so teach novice programming</dc:creator>
		<pubDate>Thu, 13 Oct 2011 09:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2420#comment-86878</guid>
		<description>[...] Text:http://coolshell.cn/articles/2420.html [...]</description>
		<content:encoded><![CDATA[<p>[...] Text:<a href="http://coolshell.cn/articles/2420.html" rel="nofollow">http://coolshell.cn/articles/2420.html</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Tsing</title>
		<link>http://coolshell.cn/articles/2420.html/comment-page-1#comment-76356</link>
		<dc:creator>Tsing</dc:creator>
		<pubDate>Tue, 23 Aug 2011 09:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2420#comment-76356</guid>
		<description>厄？？ 不是被GFW了么？我怎么可以访问？？？http://groups.google.com/group/comp.lang.c/</description>
		<content:encoded><![CDATA[<p>厄？？ 不是被GFW了么？我怎么可以访问？？？http://groups.google.com/group/comp.lang.c/</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：如何写出无法维护的代码 - 风行网</title>
		<link>http://coolshell.cn/articles/2420.html/comment-page-1#comment-74938</link>
		<dc:creator>如何写出无法维护的代码 - 风行网</dc:creator>
		<pubDate>Thu, 18 Aug 2011 10:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2420#comment-74938</guid>
		<description>[...] 使用宏定义。宏定义绝对是混乱C/C++代码的最佳利器。参看 老手是这样教新手编程的。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 使用宏定义。宏定义绝对是混乱C/C++代码的最佳利器。参看 老手是这样教新手编程的。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Tydus</title>
		<link>http://coolshell.cn/articles/2420.html/comment-page-1#comment-57648</link>
		<dc:creator>Tydus</dc:creator>
		<pubDate>Thu, 09 Jun 2011 00:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2420#comment-57648</guid>
		<description>&lt;a href=&quot;#comment-57647&quot; rel=&quot;nofollow&quot;&gt;@Tydus &lt;/a&gt; 
yeah=。=</description>
		<content:encoded><![CDATA[<p><a href="#comment-57647" rel="nofollow">@Tydus </a><br />
yeah=。=</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Tydus</title>
		<link>http://coolshell.cn/articles/2420.html/comment-page-1#comment-57647</link>
		<dc:creator>Tydus</dc:creator>
		<pubDate>Thu, 09 Jun 2011 00:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2420#comment-57647</guid>
		<description>我试试……
#include &lt;stdio.h&gt;</description>
		<content:encoded><![CDATA[<p>我试试……<br />
#include &lt;stdio.h&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：如何写出无法维护的代码 &#124; 创造</title>
		<link>http://coolshell.cn/articles/2420.html/comment-page-1#comment-57460</link>
		<dc:creator>如何写出无法维护的代码 &#124; 创造</dc:creator>
		<pubDate>Wed, 08 Jun 2011 04:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2420#comment-57460</guid>
		<description>[...] 使用宏定义。宏定义绝对是混乱C/C++代码的最佳利器。参看 老手是这样教新手编程的。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 使用宏定义。宏定义绝对是混乱C/C++代码的最佳利器。参看 老手是这样教新手编程的。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：守望</title>
		<link>http://coolshell.cn/articles/2420.html/comment-page-1#comment-57283</link>
		<dc:creator>守望</dc:creator>
		<pubDate>Tue, 07 Jun 2011 08:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2420#comment-57283</guid>
		<description>为什么打不出   ＄tdiΘ。h   ??????</description>
		<content:encoded><![CDATA[<p>为什么打不出   ＄tdiΘ。h   ??????</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：如何写出无法维护的代码 - 三月鸟社</title>
		<link>http://coolshell.cn/articles/2420.html/comment-page-1#comment-57282</link>
		<dc:creator>如何写出无法维护的代码 - 三月鸟社</dc:creator>
		<pubDate>Tue, 07 Jun 2011 08:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2420#comment-57282</guid>
		<description>[...] 使用宏定义。宏定义绝对是混乱C/C++代码的最佳利器。参看 老手是这样教新手编程的。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 使用宏定义。宏定义绝对是混乱C/C++代码的最佳利器。参看 老手是这样教新手编程的。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：守望</title>
		<link>http://coolshell.cn/articles/2420.html/comment-page-1#comment-57280</link>
		<dc:creator>守望</dc:creator>
		<pubDate>Tue, 07 Jun 2011 08:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2420#comment-57280</guid>
		<description># i n c l u d e </description>
		<content:encoded><![CDATA[<p># i n c l u d e </p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：守望</title>
		<link>http://coolshell.cn/articles/2420.html/comment-page-1#comment-57279</link>
		<dc:creator>守望</dc:creator>
		<pubDate>Tue, 07 Jun 2011 08:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2420#comment-57279</guid>
		<description>&lt;a href=&quot;#comment-57278&quot; rel=&quot;nofollow&quot;&gt;@守望 &lt;/a&gt; 
#include</description>
		<content:encoded><![CDATA[<p><a href="#comment-57278" rel="nofollow">@守望 </a><br />
#include</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：守望</title>
		<link>http://coolshell.cn/articles/2420.html/comment-page-1#comment-57278</link>
		<dc:creator>守望</dc:creator>
		<pubDate>Tue, 07 Jun 2011 08:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2420#comment-57278</guid>
		<description>&lt;a href=&quot;#comment-49142&quot; rel=&quot;nofollow&quot;&gt;@瑟 &lt;/a&gt; 
不要忘记在最开始加个头文件 #include哟~</description>
		<content:encoded><![CDATA[<p><a href="#comment-49142" rel="nofollow">@瑟 </a><br />
不要忘记在最开始加个头文件 #include哟~</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：如何写出无法维护的代码 &#124; 酷壳 - CoolShell.cn</title>
		<link>http://coolshell.cn/articles/2420.html/comment-page-1#comment-56470</link>
		<dc:creator>如何写出无法维护的代码 &#124; 酷壳 - CoolShell.cn</dc:creator>
		<pubDate>Fri, 03 Jun 2011 07:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2420#comment-56470</guid>
		<description>[...] 使用宏定义。宏定义绝对是混乱C/C++代码的最佳利器。参看 老手是这样教新手编程的。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 使用宏定义。宏定义绝对是混乱C/C++代码的最佳利器。参看 老手是这样教新手编程的。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Walkerinwind</title>
		<link>http://coolshell.cn/articles/2420.html/comment-page-1#comment-56405</link>
		<dc:creator>Walkerinwind</dc:creator>
		<pubDate>Fri, 03 Jun 2011 03:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2420#comment-56405</guid>
		<description>&lt;a href=&quot;#comment-49142&quot; rel=&quot;nofollow&quot;&gt;@瑟 &lt;/a&gt; 
如果在codeblocks中编译，需要加个
#include 之类的头文件
putchar()貌似需要头文件的</description>
		<content:encoded><![CDATA[<p><a href="#comment-49142" rel="nofollow">@瑟 </a><br />
如果在codeblocks中编译，需要加个<br />
#include 之类的头文件<br />
putchar()貌似需要头文件的</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：瑟</title>
		<link>http://coolshell.cn/articles/2420.html/comment-page-1#comment-49142</link>
		<dc:creator>瑟</dc:creator>
		<pubDate>Fri, 29 Apr 2011 12:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2420#comment-49142</guid>
		<description>那个程序我怎么编译失败？ wintc跑了趟。。失败，VS再跑，还是失败。。</description>
		<content:encoded><![CDATA[<p>那个程序我怎么编译失败？ wintc跑了趟。。失败，VS再跑，还是失败。。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.199 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-21 17:00:24 -->
<!-- Compression = gzip -->
