<?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 on: popforge sprintf</title>
	<atom:link href="http://blog.joa-ebert.com/2007/08/31/popforge-sprintf/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joa-ebert.com/2007/08/31/popforge-sprintf/</link>
	<description>Actionscript3, Flash, Scala, Java, C#, C++, Algorithms &#38; Imageprocessing</description>
	<lastBuildDate>Sun, 05 Feb 2012 21:26:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: joa</title>
		<link>http://blog.joa-ebert.com/2007/08/31/popforge-sprintf/comment-page-1/#comment-157367</link>
		<dc:creator>joa</dc:creator>
		<pubDate>Mon, 18 Aug 2008 09:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.je2050.de/2007/08/31/popforge-sprintf/#comment-157367</guid>
		<description>float 1.0f with %.2f should format to 1.00 -- otherwise it is wrong. It could be that I fixed this a while ago. But it is quiet simple if you dig into the code and search for yourself.</description>
		<content:encoded><![CDATA[<p>float 1.0f with %.2f should format to 1.00 &#8212; otherwise it is wrong. It could be that I fixed this a while ago. But it is quiet simple if you dig into the code and search for yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steff</title>
		<link>http://blog.joa-ebert.com/2007/08/31/popforge-sprintf/comment-page-1/#comment-157167</link>
		<dc:creator>Steff</dc:creator>
		<pubDate>Wed, 13 Aug 2008 00:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.je2050.de/2007/08/31/popforge-sprintf/#comment-157167</guid>
		<description>For e, E, and f specifiers, isn&#039;t the precision supposed to specify the number of digits to be printed after the decimal point?  That was my understanding from the C++ spec.  The class currently uses precision to specify the total number of integers (eg: so 4.99 formatted under $%.2f looks like $5.0, when it should really look like $4.99...)

Is there a different spec that you followed for this?</description>
		<content:encoded><![CDATA[<p>For e, E, and f specifiers, isn&#8217;t the precision supposed to specify the number of digits to be printed after the decimal point?  That was my understanding from the C++ spec.  The class currently uses precision to specify the total number of integers (eg: so 4.99 formatted under $%.2f looks like $5.0, when it should really look like $4.99&#8230;)</p>
<p>Is there a different spec that you followed for this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

