<?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: How to get the CPU Name String?</title>
	<atom:link href="http://weseetips.com/2009/06/21/how-to-get-the-cpu-name-string/feed/" rel="self" type="application/rss+xml" />
	<link>http://weseetips.com/2009/06/21/how-to-get-the-cpu-name-string/</link>
	<description>Gold mine of Visual C++ tricks!</description>
	<lastBuildDate>Thu, 12 Jan 2012 15:10:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Fireice</title>
		<link>http://weseetips.com/2009/06/21/how-to-get-the-cpu-name-string/comment-page-1/#comment-330</link>
		<dc:creator>Fireice</dc:creator>
		<pubDate>Tue, 27 Oct 2009 23:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://weseetips.com/?p=1163#comment-330</guid>
		<description>I shortened your code a bit ;)

char CPUBrandString[49];
__cpuid((int*)CPUBrandString, 0x80000002);
__cpuid((int*)(CPUBrandString+16), 0x80000003);
__cpuid((int*)(CPUBrandString+32), 0x80000004);
CPUBrandString[48] = 0;</description>
		<content:encoded><![CDATA[<p>I shortened your code a bit <img src='http://weseetips.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>char CPUBrandString[49];<br />
__cpuid((int*)CPUBrandString, 0&#215;80000002);<br />
__cpuid((int*)(CPUBrandString+16), 0&#215;80000003);<br />
__cpuid((int*)(CPUBrandString+32), 0&#215;80000004);<br />
CPUBrandString[48] = 0;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jijo.Raj</title>
		<link>http://weseetips.com/2009/06/21/how-to-get-the-cpu-name-string/comment-page-1/#comment-329</link>
		<dc:creator>Jijo.Raj</dc:creator>
		<pubDate>Fri, 09 Oct 2009 18:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://weseetips.com/?p=1163#comment-329</guid>
		<description>Hi ice,

Happy to know that you liked it. :)

Best Regards,
Jijo.</description>
		<content:encoded><![CDATA[<p>Hi ice,</p>
<p>Happy to know that you liked it. <img src='http://weseetips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Best Regards,<br />
Jijo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ice Lee</title>
		<link>http://weseetips.com/2009/06/21/how-to-get-the-cpu-name-string/comment-page-1/#comment-328</link>
		<dc:creator>Ice Lee</dc:creator>
		<pubDate>Fri, 09 Oct 2009 09:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://weseetips.com/?p=1163#comment-328</guid>
		<description>Thanks a lot. It is helpful.</description>
		<content:encoded><![CDATA[<p>Thanks a lot. It is helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

