<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>__int8 &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/__int8/</link>
	<description>Feed of posts on WordPress.com tagged "__int8"</description>
	<pubDate>Wed, 10 Feb 2010 12:45:47 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Integers with fixed size.]]></title>
<link>http://weseetips.com/2008/04/01/integers-with-fixed-size/</link>
<pubDate>Tue, 01 Apr 2008 04:21:44 +0000</pubDate>
<dc:creator>Jijo.Raj</dc:creator>
<guid>http://weseetips.com/2008/04/01/integers-with-fixed-size/</guid>
<description><![CDATA[While manipulating integer, in some cases we are worried about the size of int. Because, it depends ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img src="http://weseetips.wordpress.com/files/2008/03/icon_description.jpg" alt="Icon Description" /><br />
While manipulating integer, in some cases we are worried about the size of int. Because, it depends the word length of processor. For instance while generating a binary message for your hardware etc.</p>
<p>Of course you have some macros such as BYTE etc which ensures the size in all processors word lengths, but will you get the real feel of a built-in integer?</p>
<p><img src="http://weseetips.wordpress.com/files/2008/03/icon_howcanidoit.jpg" alt="Icon How Can I Do It?" /><br />
Microsoft had provided <strong><span style="color:#0000ff;">__int</span></strong><em><span style="color:#0000ff;">n</span></em> data types for integer values with different lengths. They are,</p>
<pre>// Directly from MSDN.
__int8 nSmall;      // Declares 8-bit integer
__int16 nMedium;    // Declares 16-bit integer
__int32 nLarge;     // Declares 32-bit integer
__int64 nHuge;      // Declares 64-bit integer</pre>
<p>You can use them without worrying about the length.</p>
<p><img src="http://weseetips.wordpress.com/files/2008/03/beginnerseries.jpg" alt="beginnerseries.jpg" /><br />
Targeted Audience &#8211; Beginners.</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
