<?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>Комментарии: Литература по C/C++, makefile. Hello world на C в linux</title>
	<atom:link href="http://bestblog.name/2009/11/literatura-po-cc-makefile-hello-world-na-c-v-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://bestblog.name/2009/11/literatura-po-cc-makefile-hello-world-na-c-v-linux/</link>
	<description>Блог developer&#039;а</description>
	<lastBuildDate>Tue, 08 May 2012 18:41:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Автор: KrAssor</title>
		<link>http://bestblog.name/2009/11/literatura-po-cc-makefile-hello-world-na-c-v-linux/comment-page-1/#comment-8781</link>
		<dc:creator>KrAssor</dc:creator>
		<pubDate>Wed, 01 Jun 2011 10:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://bestblog.name/?p=113#comment-8781</guid>
		<description>Каждое правило command должно начинаться с символа табуляции -- это обязательное условие (читал в статейке http://c-reaction.net/content/562)</description>
		<content:encoded><![CDATA[<p>Каждое правило command должно начинаться с символа табуляции &#8212; это обязательное условие (читал в статейке <a target="_blank" rel="nofollow" href="http://bestblog.name/goto/http://c-reaction.net/content/562)"  rel="nofollow">http://c-reaction.net/content/562)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Anthony</title>
		<link>http://bestblog.name/2009/11/literatura-po-cc-makefile-hello-world-na-c-v-linux/comment-page-1/#comment-5502</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Fri, 21 Jan 2011 21:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://bestblog.name/?p=113#comment-5502</guid>
		<description>у меня не работало как и у #7. писало 
makefile:12: *** missing separator. Stop.
только у меня заработало когда я поставил табуляцию перед
rm -f hello hello.o</description>
		<content:encoded><![CDATA[<p>у меня не работало как и у #7. писало<br />
makefile:12: *** missing separator. Stop.<br />
только у меня заработало когда я поставил табуляцию перед<br />
rm -f hello hello.o</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: 5_kopeek</title>
		<link>http://bestblog.name/2009/11/literatura-po-cc-makefile-hello-world-na-c-v-linux/comment-page-1/#comment-5263</link>
		<dc:creator>5_kopeek</dc:creator>
		<pubDate>Wed, 05 Jan 2011 14:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://bestblog.name/?p=113#comment-5263</guid>
		<description>clean: rm -f hello hello.o

надо писать в одну строку.
так как в примере, у меня не работает (ubuntu 10.04)</description>
		<content:encoded><![CDATA[<p>clean: rm -f hello hello.o</p>
<p>надо писать в одну строку.<br />
так как в примере, у меня не работает (ubuntu 10.04)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Dmitry</title>
		<link>http://bestblog.name/2009/11/literatura-po-cc-makefile-hello-world-na-c-v-linux/comment-page-1/#comment-3869</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Fri, 01 Oct 2010 18:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://bestblog.name/?p=113#comment-3869</guid>
		<description>Спасибо!=) Хоть удалось потестить. После студии очень было сложно разобраться как запускать скомпилированную программу в линуксе.</description>
		<content:encoded><![CDATA[<p>Спасибо!=) Хоть удалось потестить. После студии очень было сложно разобраться как запускать скомпилированную программу в линуксе.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Degenerator</title>
		<link>http://bestblog.name/2009/11/literatura-po-cc-makefile-hello-world-na-c-v-linux/comment-page-1/#comment-2747</link>
		<dc:creator>Degenerator</dc:creator>
		<pubDate>Wed, 14 Jul 2010 09:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://bestblog.name/?p=113#comment-2747</guid>
		<description>Автору - Спасибо!

2 Alexey
Чем поправлять человека, бессмысленным добавлением ретурна, лучше сказали бы спасибо.

Борланд компилятор, например, не требует ни обьявления типа функции, ни возвращения какого либо значения.

printf (»Hello world/n»); - переход на новую строку в конце предложения не получишь. 
&quot;\n&quot; и &quot;/n&quot; - разные вещи.

Да и ковычка в начале странная какаято ;)</description>
		<content:encoded><![CDATA[<p>Автору &#8211; Спасибо!</p>
<p>2 Alexey<br />
Чем поправлять человека, бессмысленным добавлением ретурна, лучше сказали бы спасибо.</p>
<p>Борланд компилятор, например, не требует ни обьявления типа функции, ни возвращения какого либо значения.</p>
<p>printf (»Hello world/n»); &#8211; переход на новую строку в конце предложения не получишь.<br />
&laquo;\n&raquo; и &laquo;/n&raquo; &#8211; разные вещи.</p>
<p>Да и ковычка в начале странная какаято ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: yas</title>
		<link>http://bestblog.name/2009/11/literatura-po-cc-makefile-hello-world-na-c-v-linux/comment-page-1/#comment-2695</link>
		<dc:creator>yas</dc:creator>
		<pubDate>Sat, 26 Jun 2010 20:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://bestblog.name/?p=113#comment-2695</guid>
		<description>тут просто &quot;порезались&quot; &lt; и &gt;
В посте поправил</description>
		<content:encoded><![CDATA[<p>тут просто &laquo;порезались&raquo; &lt; и &gt;<br />
В посте поправил</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: maccraft</title>
		<link>http://bestblog.name/2009/11/literatura-po-cc-makefile-hello-world-na-c-v-linux/comment-page-1/#comment-2657</link>
		<dc:creator>maccraft</dc:creator>
		<pubDate>Tue, 15 Jun 2010 18:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://bestblog.name/?p=113#comment-2657</guid>
		<description>Нда... Alexey слова про библиотеку забираю. )))</description>
		<content:encoded><![CDATA[<p>Нда&#8230; Alexey слова про библиотеку забираю. )))</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: maccraft</title>
		<link>http://bestblog.name/2009/11/literatura-po-cc-makefile-hello-world-na-c-v-linux/comment-page-1/#comment-2656</link>
		<dc:creator>maccraft</dc:creator>
		<pubDate>Tue, 15 Jun 2010 18:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://bestblog.name/?p=113#comment-2656</guid>
		<description>Alexey а почему ваш правильнее? Тем что вы ноль возвращаете?
В классическом издании ноль не возвращается.

А вот подключить библиотеку stdio.h вы забыли так же как и автор.

#include 

main()
{
printf (&quot;Hello world/n&quot;);
}</description>
		<content:encoded><![CDATA[<p>Alexey а почему ваш правильнее? Тем что вы ноль возвращаете?<br />
В классическом издании ноль не возвращается.</p>
<p>А вот подключить библиотеку stdio.h вы забыли так же как и автор.</p>
<p>#include </p>
<p>main()<br />
{<br />
printf (&laquo;Hello world/n&raquo;);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Alexey</title>
		<link>http://bestblog.name/2009/11/literatura-po-cc-makefile-hello-world-na-c-v-linux/comment-page-1/#comment-2457</link>
		<dc:creator>Alexey</dc:creator>
		<pubDate>Sun, 09 May 2010 17:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://bestblog.name/?p=113#comment-2457</guid>
		<description>Вы неправильно дали код программы 
вот правильный
#include 

    int main() {
    printf (&quot;Hello world/n&quot;);
	return 0;
}</description>
		<content:encoded><![CDATA[<p>Вы неправильно дали код программы<br />
вот правильный<br />
#include </p>
<p>    int main() {<br />
    printf (&laquo;Hello world/n&raquo;);<br />
	return 0;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

