<?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"
	>
<channel>
	<title>Comments on: Getting the current system time in milliseconds with C++</title>
	<atom:link href="http://brian.pontarelli.com/2009/01/05/getting-the-current-system-time-in-milliseconds-with-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://brian.pontarelli.com/2009/01/05/getting-the-current-system-time-in-milliseconds-with-c/</link>
	<description>Brian Pontarelli</description>
	<pubDate>Fri, 12 Mar 2010 22:25:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Lee Dowthwaite</title>
		<link>http://brian.pontarelli.com/2009/01/05/getting-the-current-system-time-in-milliseconds-with-c/#comment-82713</link>
		<dc:creator>Lee Dowthwaite</dc:creator>
		<pubDate>Sat, 20 Jun 2009 11:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://brian.pontarelli.com/?p=257#comment-82713</guid>
		<description>Shishir,

You might want to use printf( "%ld", millis ) to avoid the negative values.

If you're having trouble compiling this, try "struct timeval" instead of "timeval".</description>
		<content:encoded><![CDATA[<p>Shishir,</p>
<p>You might want to use printf( &#8220;%ld&#8221;, millis ) to avoid the negative values.</p>
<p>If you&#8217;re having trouble compiling this, try &#8220;struct timeval&#8221; instead of &#8220;timeval&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shishir Pandey</title>
		<link>http://brian.pontarelli.com/2009/01/05/getting-the-current-system-time-in-milliseconds-with-c/#comment-81748</link>
		<dc:creator>Shishir Pandey</dc:creator>
		<pubDate>Fri, 05 Jun 2009 18:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://brian.pontarelli.com/?p=257#comment-81748</guid>
		<description>Hi

I tried the program that you have written. But when I print  'millis' I get a negative value. How can I avoid it?</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I tried the program that you have written. But when I print  &#8216;millis&#8217; I get a negative value. How can I avoid it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://brian.pontarelli.com/2009/01/05/getting-the-current-system-time-in-milliseconds-with-c/#comment-62971</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 22 Feb 2009 14:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://brian.pontarelli.com/?p=257#comment-62971</guid>
		<description>Can someone send a .cpp file, it won't compile it says:
gcc /Users/Alexandre/Desktop/timeInMS.cpp -o ~/Desktop/Time
/usr/bin/ld: Undefined symbols:
___gxx_personality_v0
collect2: ld returned 1 exit status


Thank you!</description>
		<content:encoded><![CDATA[<p>Can someone send a .cpp file, it won&#8217;t compile it says:<br />
gcc /Users/Alexandre/Desktop/timeInMS.cpp -o ~/Desktop/Time<br />
/usr/bin/ld: Undefined symbols:<br />
___gxx_personality_v0<br />
collect2: ld returned 1 exit status</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Getting the current system time in milliseconds with C++ &#124; The Black Ball</title>
		<link>http://brian.pontarelli.com/2009/01/05/getting-the-current-system-time-in-milliseconds-with-c/#comment-49979</link>
		<dc:creator>Getting the current system time in milliseconds with C++ &#124; The Black Ball</dc:creator>
		<pubDate>Mon, 05 Jan 2009 21:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://brian.pontarelli.com/?p=257#comment-49979</guid>
		<description>[...] here:  Getting the current system time in milliseconds with C++   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] here:  Getting the current system time in milliseconds with C++   Share and [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
