<?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 Hard to C</title>
	<atom:link href="http://www.hardtoc.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hardtoc.com</link>
	<description>Look and you will C -- Learn and you will C++</description>
	<lastBuildDate>Sat, 29 Dec 2012 21:49:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Time Difference by mouser</title>
		<link>http://www.hardtoc.com/archives/261/comment-page-1#comment-5058</link>
		<dc:creator>mouser</dc:creator>
		<pubDate>Sat, 29 Dec 2012 21:49:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.hardtoc.com/?p=261#comment-5058</guid>
		<description><![CDATA[Very entertaining read.  It&#039;s also interesting to think about options for displaying the duration with different levels of detail depending on the time frame -- like when to round and how much detail to provide based on the duration.]]></description>
		<content:encoded><![CDATA[<p>Very entertaining read.  It&#8217;s also interesting to think about options for displaying the duration with different levels of detail depending on the time frame &#8212; like when to round and how much detail to provide based on the duration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on System Up Time by Daniel</title>
		<link>http://www.hardtoc.com/archives/88/comment-page-1#comment-4544</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 14 Sep 2012 17:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.hardtoc.com/?p=88#comment-4544</guid>
		<description><![CDATA[The QueryPerformanceFrequency and QueryPerformanceCounter pair of functions work fine for me if you just need some kind of clock that increments constantly w/o adjustments (such as the system clock):

#include 

LARGE_INTEGER f, c;

QueryPerformanceFrequency(&amp;f);
QueryPerformanceCounter(&amp;c);

std::cout &lt;&lt; c.QuadPart / f.QuadPart &lt;&lt; std::endl;]]></description>
		<content:encoded><![CDATA[<p>The QueryPerformanceFrequency and QueryPerformanceCounter pair of functions work fine for me if you just need some kind of clock that increments constantly w/o adjustments (such as the system clock):</p>
<p>#include </p>
<p>LARGE_INTEGER f, c;</p>
<p>QueryPerformanceFrequency(&amp;f);<br />
QueryPerformanceCounter(&amp;c);</p>
<p>std::cout &lt;&lt; c.QuadPart / f.QuadPart &lt;&lt; std::endl;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on INT_MIN by Smashing the Stack, IO &#8211; Level 2 &#124; A Tale of Glim</title>
		<link>http://www.hardtoc.com/archives/119/comment-page-1#comment-4214</link>
		<dc:creator>Smashing the Stack, IO &#8211; Level 2 &#124; A Tale of Glim</dc:creator>
		<pubDate>Sun, 29 Jul 2012 20:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.hardtoc.com/?p=119#comment-4214</guid>
		<description><![CDATA[[...] quick Google came up with a blog entry covering the nature of the definition of INT_MIN, which is worth the read if so inclined. This [...]]]></description>
		<content:encoded><![CDATA[<p>[...] quick Google came up with a blog entry covering the nature of the definition of INT_MIN, which is worth the read if so inclined. This [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on INT_MIN by David</title>
		<link>http://www.hardtoc.com/archives/119/comment-page-1#comment-2552</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 08 Sep 2011 08:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.hardtoc.com/?p=119#comment-2552</guid>
		<description><![CDATA[Oops. I need to read harder. :(]]></description>
		<content:encoded><![CDATA[<p>Oops. I need to read harder. <img src='http://www.hardtoc.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on INT_MIN by David</title>
		<link>http://www.hardtoc.com/archives/119/comment-page-1#comment-2551</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 08 Sep 2011 08:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.hardtoc.com/?p=119#comment-2551</guid>
		<description><![CDATA[Typo: (-32766 – 1)]]></description>
		<content:encoded><![CDATA[<p>Typo: (-32766 – 1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on INT_MIN by Robin</title>
		<link>http://www.hardtoc.com/archives/119/comment-page-1#comment-2550</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Thu, 08 Sep 2011 07:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.hardtoc.com/?p=119#comment-2550</guid>
		<description><![CDATA[@ Peter Hamilton

Because you&#039;re compiling it as a 64-bit application on your 64-bit OS. The article is pointing out a 32-bit problem. If you compile the source code with &quot;-arch i386&quot;, forcing it as a 32-bit executable, the test will work.]]></description>
		<content:encoded><![CDATA[<p>@ Peter Hamilton</p>
<p>Because you&#8217;re compiling it as a 64-bit application on your 64-bit OS. The article is pointing out a 32-bit problem. If you compile the source code with &#8220;-arch i386&#8243;, forcing it as a 32-bit executable, the test will work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on INT_MIN by Jibz</title>
		<link>http://www.hardtoc.com/archives/119/comment-page-1#comment-2549</link>
		<dc:creator>Jibz</dc:creator>
		<pubDate>Thu, 08 Sep 2011 05:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.hardtoc.com/?p=119#comment-2549</guid>
		<description><![CDATA[Thank you for the comments (even if the post is a few years old, I believe the issue remains).

Peter, normally I would expect GCC to default to C89 (with extensions) which should show &#039;positive&#039;. I wonder if it being a LLVM version makes a difference?

Josh, that is an interesting observation, thanks for the link!

lowell, it looks like clang follows the C99 standard mostly, so the output is expected, but it is a bit surprising it does not produce any warnings at all.]]></description>
		<content:encoded><![CDATA[<p>Thank you for the comments (even if the post is a few years old, I believe the issue remains).</p>
<p>Peter, normally I would expect GCC to default to C89 (with extensions) which should show &#8216;positive&#8217;. I wonder if it being a LLVM version makes a difference?</p>
<p>Josh, that is an interesting observation, thanks for the link!</p>
<p>lowell, it looks like clang follows the C99 standard mostly, so the output is expected, but it is a bit surprising it does not produce any warnings at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on INT_MIN by lowell</title>
		<link>http://www.hardtoc.com/archives/119/comment-page-1#comment-2546</link>
		<dc:creator>lowell</dc:creator>
		<pubDate>Thu, 08 Sep 2011 01:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.hardtoc.com/?p=119#comment-2546</guid>
		<description><![CDATA[WTF; NM. This was on HN so I thought it was new; didn&#039;t notice the 2009 dates on the comments or the post itself.]]></description>
		<content:encoded><![CDATA[<p>WTF; NM. This was on HN so I thought it was new; didn&#8217;t notice the 2009 dates on the comments or the post itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on INT_MIN by lowell</title>
		<link>http://www.hardtoc.com/archives/119/comment-page-1#comment-2545</link>
		<dc:creator>lowell</dc:creator>
		<pubDate>Thu, 08 Sep 2011 01:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.hardtoc.com/?p=119#comment-2545</guid>
		<description><![CDATA[Clang in OS X Lion 10.7.2:

    $ clang signed.c -o signed -Wall
    $ ./signed 
    negative
    equal
    floating]]></description>
		<content:encoded><![CDATA[<p>Clang in OS X Lion 10.7.2:</p>
<p>    $ clang signed.c -o signed -Wall<br />
    $ ./signed<br />
    negative<br />
    equal<br />
    floating</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on INT_MIN by foolhunger</title>
		<link>http://www.hardtoc.com/archives/119/comment-page-1#comment-2544</link>
		<dc:creator>foolhunger</dc:creator>
		<pubDate>Thu, 08 Sep 2011 00:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.hardtoc.com/?p=119#comment-2544</guid>
		<description><![CDATA[Great! I have saw this on CSAPP before, and the C99 output surprised me:)]]></description>
		<content:encoded><![CDATA[<p>Great! I have saw this on CSAPP before, and the C99 output surprised me:)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
