<?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 for José Ricardo&#039;s Home Page</title>
	<atom:link href="http://josericardojunior.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://josericardojunior.com</link>
	<description></description>
	<lastBuildDate>Sat, 11 Jun 2011 18:30:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Introdução à Programação &#8211; CCAA by jricardo</title>
		<link>http://josericardojunior.com/introducao-a-programacao-ccaa/#comment-133</link>
		<dc:creator>jricardo</dc:creator>
		<pubDate>Sat, 11 Jun 2011 18:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://josericardojunior.com/?page_id=180#comment-133</guid>
		<description>Pessoal,

Segue a resposta do exercício de verificação do número primo. A solução era mais fácil do que havíamos pensando...

#include &lt;stdlib.h&gt;
#include &lt;stdio.h&gt;

int verifica_primo(int num);

int main()
{
	int numero_digitado;
	
	printf(&quot;Digite o numero para verificacao: &quot;);
	scanf(&quot;%d&quot;, &amp;numero_digitado);
	
	printf(&quot;Numero primo: %d\n&quot;, verifica_primo(numero_digitado));
	
	system(&quot;pause&quot;);
	
	return 0;
}

int verifica_primo(int num)
{
	int denominador;
	
	for (denominador = 2; denominador &lt; num; denominador++) {
		
		int resto = num % denominador;
		
		if (resto == 0)
			return 0;
	}
	
	return 1;
}</description>
		<content:encoded><![CDATA[<p>Pessoal,</p>
<p>Segue a resposta do exercício de verificação do número primo. A solução era mais fácil do que havíamos pensando&#8230;</p>
<p>#include &lt;stdlib.h&gt;<br />
#include &lt;stdio.h&gt;</p>
<p>int verifica_primo(int num);</p>
<p>int main()<br />
{<br />
	int numero_digitado;</p>
<p>	printf(&#8220;Digite o numero para verificacao: &#8220;);<br />
	scanf(&#8220;%d&#8221;, &#038;numero_digitado);</p>
<p>	printf(&#8220;Numero primo: %d\n&#8221;, verifica_primo(numero_digitado));</p>
<p>	system(&#8220;pause&#8221;);</p>
<p>	return 0;<br />
}</p>
<p>int verifica_primo(int num)<br />
{<br />
	int denominador;</p>
<p>	for (denominador = 2; denominador < num; denominador++) {</p>
<p>		int resto = num % denominador;</p>
<p>		if (resto == 0)<br />
			return 0;<br />
	}</p>
<p>	return 1;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Projective Texture Step by Step by Virtuagirl hd 2011</title>
		<link>http://josericardojunior.com/2008/12/projective-texture-step-by-step/#comment-122</link>
		<dc:creator>Virtuagirl hd 2011</dc:creator>
		<pubDate>Tue, 29 Mar 2011 01:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://josericardojunior.com/?p=38#comment-122</guid>
		<description>This is a good blog. Keep up all the work. I too love blogging and expressing my opinions. Thanks</description>
		<content:encoded><![CDATA[<p>This is a good blog. Keep up all the work. I too love blogging and expressing my opinions. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Projective Texture Step by Step by Aron Blemberg</title>
		<link>http://josericardojunior.com/2008/12/projective-texture-step-by-step/#comment-103</link>
		<dc:creator>Aron Blemberg</dc:creator>
		<pubDate>Sun, 20 Mar 2011 06:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://josericardojunior.com/?p=38#comment-103</guid>
		<description>Hello Thank u for a very fresh idea. I am wondering why i have never though of this as well. I will definately try to use your blog for getting some more fresh info!      
      
Thanks!    
  
Regards, Aron  
&lt;a href=&quot;http://trazymt2.tk&quot; rel=&quot;nofollow&quot;&gt;here&#039;s my site too&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hello Thank u for a very fresh idea. I am wondering why i have never though of this as well. I will definately try to use your blog for getting some more fresh info!      </p>
<p>Thanks!    </p>
<p>Regards, Aron<br />
<a href="http://trazymt2.tk" rel="nofollow">here&#8217;s my site too</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Depth Peeling in CUDA by garminamkad</title>
		<link>http://josericardojunior.com/2010/01/depth-peeling-in-cuda/#comment-99</link>
		<dc:creator>garminamkad</dc:creator>
		<pubDate>Fri, 18 Mar 2011 08:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.josericardojunior.com/?p=131#comment-99</guid>
		<description>Interestingly,  very much</description>
		<content:encoded><![CDATA[<p>Interestingly,  very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Depth Peeling in CUDA by Credit Repair San Jose</title>
		<link>http://josericardojunior.com/2010/01/depth-peeling-in-cuda/#comment-95</link>
		<dc:creator>Credit Repair San Jose</dc:creator>
		<pubDate>Fri, 18 Mar 2011 01:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.josericardojunior.com/?p=131#comment-95</guid>
		<description>http://www.genieknows.com/b/credit-repair-san-jose-san-jose-ca-91011229 Thanks for that awesome posting. It saved MUCH time :-)</description>
		<content:encoded><![CDATA[<p><a href="http://www.genieknows.com/b/credit-repair-san-jose-san-jose-ca-91011229" rel="nofollow">http://www.genieknows.com/b/credit-repair-san-jose-san-jose-ca-91011229</a> Thanks for that awesome posting. It saved MUCH time <img src='http://josericardojunior.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Projective Texture Step by Step by Driving Lights</title>
		<link>http://josericardojunior.com/2008/12/projective-texture-step-by-step/#comment-91</link>
		<dc:creator>Driving Lights</dc:creator>
		<pubDate>Thu, 17 Mar 2011 13:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://josericardojunior.com/?p=38#comment-91</guid>
		<description>I bookmared your site a couple of days ago coz your blog impresses me.-,;~.</description>
		<content:encoded><![CDATA[<p>I bookmared your site a couple of days ago coz your blog impresses me.-,;~.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Projective Texture Step by Step by Body Cleanser</title>
		<link>http://josericardojunior.com/2008/12/projective-texture-step-by-step/#comment-90</link>
		<dc:creator>Body Cleanser</dc:creator>
		<pubDate>Thu, 17 Mar 2011 04:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://josericardojunior.com/?p=38#comment-90</guid>
		<description>Man that was very entertaining and at the same time informative.,-*--</description>
		<content:encoded><![CDATA[<p>Man that was very entertaining and at the same time informative.,-*&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Projective Texture Step by Step by Light Fittings</title>
		<link>http://josericardojunior.com/2008/12/projective-texture-step-by-step/#comment-87</link>
		<dc:creator>Light Fittings</dc:creator>
		<pubDate>Wed, 16 Mar 2011 16:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://josericardojunior.com/?p=38#comment-87</guid>
		<description>Great blog post and nice discussion among the comments.`-*`.</description>
		<content:encoded><![CDATA[<p>Great blog post and nice discussion among the comments.`-*`.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Projective Texture Step by Step by Sugar Alcohol</title>
		<link>http://josericardojunior.com/2008/12/projective-texture-step-by-step/#comment-74</link>
		<dc:creator>Sugar Alcohol</dc:creator>
		<pubDate>Tue, 15 Mar 2011 10:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://josericardojunior.com/?p=38#comment-74</guid>
		<description>I love to visit your web-blog, the themes are nice.&#039;-,~:</description>
		<content:encoded><![CDATA[<p>I love to visit your web-blog, the themes are nice.&#8217;-,~:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Projective Texture Step by Step by Aron Smith</title>
		<link>http://josericardojunior.com/2008/12/projective-texture-step-by-step/#comment-73</link>
		<dc:creator>Aron Smith</dc:creator>
		<pubDate>Tue, 15 Mar 2011 09:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://josericardojunior.com/?p=38#comment-73</guid>
		<description>Wow, I love these… thanks for sharing   
 
All the best, Aaron 
&lt;a href=&quot;http://567go.tk&quot; rel=&quot;nofollow&quot;&gt;check my site&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Wow, I love these… thanks for sharing   </p>
<p>All the best, Aaron<br />
<a href="http://567go.tk" rel="nofollow">check my site</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

