<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Supra-Net &#187; c++</title>
	<atom:link href="http://supra-net.org/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://supra-net.org</link>
	<description>por Enrique Sardon</description>
	<lastBuildDate>Thu, 08 Jul 2010 06:10:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>averiguar la cantidad de digitos de un entero en c++</title>
		<link>http://supra-net.org/265/averiguar-la-cantidad-de-digitos-de-un-entero-en-c/</link>
		<comments>http://supra-net.org/265/averiguar-la-cantidad-de-digitos-de-un-entero-en-c/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 22:29:08 +0000</pubDate>
		<dc:creator>Enrique Sardon</dc:creator>
				<category><![CDATA[Programacion]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[tutoriales]]></category>

		<guid isPermaLink="false">http://supra-net.org/?p=265</guid>
		<description><![CDATA[weno escribo esto porque muchos me lo preguntaron aunque es un codigo bien simple , pero bueno, ai les va: int numDigitos( int numero ) { int cuentaDigitos = 0; while ( numero ) { ++cuentaDigitos; numero /= 10; } return cuentaDigitos; } Copyright &#169; 2008 This feed is for personal, non-commercial use only. The [...]]]></description>
			<content:encoded><![CDATA[<p>weno escribo esto porque muchos me lo preguntaron <img src='http://supra-net.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  aunque es un codigo bien simple , pero bueno, ai les va:</p>
<p>int numDigitos( int numero ) {<br />
int cuentaDigitos = 0;<br />
while ( numero ) {<br />
++cuentaDigitos;<br />
numero /= 10;<br />
}<br />
return cuentaDigitos;<br />
}</p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://supra-net.org/265/averiguar-la-cantidad-de-digitos-de-un-entero-en-c/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
