<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Little, big endianess explained &#8212; part2</title>
	<link>http://www.openasthra.com/embedded-systems-programming/little-big-endianess-explained-part2/</link>
	<description>C/C++ Programming Blog</description>
	<pubDate>Fri, 25 Jul 2008 13:02:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Finding endianness</title>
		<link>http://www.openasthra.com/embedded-systems-programming/little-big-endianess-explained-part2/#comment-993</link>
		<dc:creator>Finding endianness</dc:creator>
		<pubDate>Sun, 15 Apr 2007 12:38:46 +0000</pubDate>
		<guid>http://www.openasthra.com/embedded-systems-programming/little-big-endianess-explained-part2/#comment-993</guid>
		<description>[...] to know about endianness, please refer to my earlier posts&#8230; Little, Big endianess explained Little, big endianess explained - part2 [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] to know about endianness, please refer to my earlier posts&#8230; Little, Big endianess explained Little, big endianess explained - part2 [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binary Streams Utility Classes</title>
		<link>http://www.openasthra.com/embedded-systems-programming/little-big-endianess-explained-part2/#comment-41</link>
		<dc:creator>Binary Streams Utility Classes</dc:creator>
		<pubDate>Thu, 18 Jan 2007 09:55:49 +0000</pubDate>
		<guid>http://www.openasthra.com/embedded-systems-programming/little-big-endianess-explained-part2/#comment-41</guid>
		<description>[...] Binary streams are commonly used in many applications. They require special care while dealing with them. Here is a binary class which can be deployed and customized according to your need. This binary class has awareness of endian. It act according to endain. If your machine is little endian and you wish to process your binary stream in little endian, then set the mode to little endian. If your machine big endian set the mode to big endian. However little more intelligence yet to be incorporated in case of your machine is little endian and you want the binary stream processing in big endian, in this case you need to use utilities mentioned in the post ?Little and big endianess explained ? part2? [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Binary streams are commonly used in many applications. They require special care while dealing with them. Here is a binary class which can be deployed and customized according to your need. This binary class has awareness of endian. It act according to endain. If your machine is little endian and you wish to process your binary stream in little endian, then set the mode to little endian. If your machine big endian set the mode to big endian. However little more intelligence yet to be incorporated in case of your machine is little endian and you want the binary stream processing in big endian, in this case you need to use utilities mentioned in the post ?Little and big endianess explained ? part2? [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Structure padding explained</title>
		<link>http://www.openasthra.com/embedded-systems-programming/little-big-endianess-explained-part2/#comment-34</link>
		<dc:creator>Structure padding explained</dc:creator>
		<pubDate>Tue, 09 Jan 2007 08:28:27 +0000</pubDate>
		<guid>http://www.openasthra.com/embedded-systems-programming/little-big-endianess-explained-part2/#comment-34</guid>
		<description>[...] -&#62;to format a data structure to transmit over network using some protocol (this is not a good practice of course because you need to deal with endianness) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] -&gt;to format a data structure to transmit over network using some protocol (this is not a good practice of course because you need to deal with endianness) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ponnada</title>
		<link>http://www.openasthra.com/embedded-systems-programming/little-big-endianess-explained-part2/#comment-23</link>
		<dc:creator>ponnada</dc:creator>
		<pubDate>Tue, 02 Jan 2007 08:07:52 +0000</pubDate>
		<guid>http://www.openasthra.com/embedded-systems-programming/little-big-endianess-explained-part2/#comment-23</guid>
		<description>i thnik you mean "if (!IsLittleEndian()). Please replace with if (IsBigEndian())." not "(!IsBigEndian())"</description>
		<content:encoded><![CDATA[<p>i thnik you mean &#8220;if (!IsLittleEndian()). Please replace with if (IsBigEndian()).&#8221; not &#8220;(!IsBigEndian())&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar</title>
		<link>http://www.openasthra.com/embedded-systems-programming/little-big-endianess-explained-part2/#comment-17</link>
		<dc:creator>Sridhar</dc:creator>
		<pubDate>Thu, 28 Dec 2006 08:53:52 +0000</pubDate>
		<guid>http://www.openasthra.com/embedded-systems-programming/little-big-endianess-explained-part2/#comment-17</guid>
		<description>Inside the function BigEndianToNative(), 

it should not be
if (!IsLittleEndian()). Please replace with if (!IsBigEndian()).

it can be understood, but better to correct.

....Sridhar ... Needless to mention ....A wizard.</description>
		<content:encoded><![CDATA[<p>Inside the function BigEndianToNative(), </p>
<p>it should not be<br />
if (!IsLittleEndian()). Please replace with if (!IsBigEndian()).</p>
<p>it can be understood, but better to correct.</p>
<p>&#8230;.Sridhar &#8230; Needless to mention &#8230;.A wizard.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
