<?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 calculate the checksum of data?</title>
	<atom:link href="http://weseetips.com/2008/08/05/how-to-calculate-the-checksum-of-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://weseetips.com/2008/08/05/how-to-calculate-the-checksum-of-data/</link>
	<description>Gold mine of Visual C++ tricks!</description>
	<lastBuildDate>Thu, 11 Mar 2010 09:07:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: wqr</title>
		<link>http://weseetips.com/2008/08/05/how-to-calculate-the-checksum-of-data/comment-page-1/#comment-186</link>
		<dc:creator>wqr</dc:creator>
		<pubDate>Thu, 25 Jun 2009 15:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://weseetips.wordpress.com/?p=308#comment-186</guid>
		<description>will the same way i will calculate a checksum of a some file like .exe or.dex(android executable)????????</description>
		<content:encoded><![CDATA[<p>will the same way i will calculate a checksum of a some file like .exe or.dex(android executable)????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jijo.Raj</title>
		<link>http://weseetips.com/2008/08/05/how-to-calculate-the-checksum-of-data/comment-page-1/#comment-185</link>
		<dc:creator>Jijo.Raj</dc:creator>
		<pubDate>Fri, 10 Oct 2008 10:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://weseetips.wordpress.com/?p=308#comment-185</guid>
		<description>Hello Hilario,

If my understand is correct, you want to generate the checksum of a 10 digit number, isn&#039;t it?

Well, just convert the integer to string and call CheckSumMappedFile(). You could do it by C++ functions such as itoa(), CString::Format() etc etc. Check out this link - http://www.cplusplus.com/reference/clibrary/cstdlib/itoa.html. Once you convert your number to string then the rest is easy - just call CheckSumMappedFile().

Does this helps? Feel free to ask for further help. I&#039;m always glad to do so. :D

Regards,
Jijo.</description>
		<content:encoded><![CDATA[<p>Hello Hilario,</p>
<p>If my understand is correct, you want to generate the checksum of a 10 digit number, isn&#8217;t it?</p>
<p>Well, just convert the integer to string and call CheckSumMappedFile(). You could do it by C++ functions such as itoa(), CString::Format() etc etc. Check out this link &#8211; <a href="http://www.cplusplus.com/reference/clibrary/cstdlib/itoa.html" rel="nofollow">http://www.cplusplus.com/reference/clibrary/cstdlib/itoa.html</a>. Once you convert your number to string then the rest is easy &#8211; just call CheckSumMappedFile().</p>
<p>Does this helps? Feel free to ask for further help. I&#8217;m always glad to do so. <img src='http://weseetips.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Regards,<br />
Jijo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hilario</title>
		<link>http://weseetips.com/2008/08/05/how-to-calculate-the-checksum-of-data/comment-page-1/#comment-184</link>
		<dc:creator>Hilario</dc:creator>
		<pubDate>Fri, 10 Oct 2008 01:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://weseetips.wordpress.com/?p=308#comment-184</guid>
		<description>Hi Raj,

I was surfing for checksum generation and was wondering if you could help

Basically I need to decipher the pattern needed to convert a 10 digit number into a checksum.

Any Ideas or any utility that exists that you know off would be helpful

Thanks
Hilario</description>
		<content:encoded><![CDATA[<p>Hi Raj,</p>
<p>I was surfing for checksum generation and was wondering if you could help</p>
<p>Basically I need to decipher the pattern needed to convert a 10 digit number into a checksum.</p>
<p>Any Ideas or any utility that exists that you know off would be helpful</p>
<p>Thanks<br />
Hilario</p>
]]></content:encoded>
	</item>
</channel>
</rss>
