<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>i-mimi - VC++</title><link>http://blog.csdn.net/i_mimi/category/380970.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 29 Oct 2008 20:56:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>imimi</dc:creator><title>An Essay on Endian Order</title><link>http://blog.csdn.net/i_mimi/archive/2008/10/29/3177673.aspx</link><pubDate>Wed, 29 Oct 2008 20:42:00 GMT</pubDate><guid>http://blog.csdn.net/i_mimi/archive/2008/10/29/3177673.aspx</guid><wfw:comment>http://blog.csdn.net/i_mimi/comments/3177673.aspx</wfw:comment><comments>http://blog.csdn.net/i_mimi/archive/2008/10/29/3177673.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/i_mimi/comments/commentRss/3177673.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3177673</trackback:ping><description>Depending on which computing system you use, you will have to consider the byte order in which multibyte numbers are stored, particularly when you are writing those numbers to a file. The two orders are called "Little Endian" and "Big Endian". &lt;img src ="http://blog.csdn.net/i_mimi/aggbug/3177673.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>imimi</dc:creator><title>Understanding Big and Little Endian Byte Order</title><link>http://blog.csdn.net/i_mimi/archive/2008/10/26/3149871.aspx</link><pubDate>Sun, 26 Oct 2008 15:18:00 GMT</pubDate><guid>http://blog.csdn.net/i_mimi/archive/2008/10/26/3149871.aspx</guid><wfw:comment>http://blog.csdn.net/i_mimi/comments/3149871.aspx</wfw:comment><comments>http://blog.csdn.net/i_mimi/archive/2008/10/26/3149871.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/i_mimi/comments/commentRss/3149871.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3149871</trackback:ping><description>Problems with byte order are frustrating, and I want to spare you the grief I experienced. Here's the key:

Problem: Computers speak different languages, like people. 
Some write data "left-to-right" and others "right-to-left". 
A machine can read its own data just fine - problems happen when one computer stores data and a different type tries to read it. 
Solutions 
Agree to a common format (i.e., all network traffic follows a single format), or 
Always include a header that describes th&lt;img src ="http://blog.csdn.net/i_mimi/aggbug/3149871.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>i_mimi</dc:creator><title>How To Organize Template Source Code</title><link>http://blog.csdn.net/i_mimi/archive/2008/07/04/2610587.aspx</link><pubDate>Fri, 04 Jul 2008 10:19:00 GMT</pubDate><guid>http://blog.csdn.net/i_mimi/archive/2008/07/04/2610587.aspx</guid><wfw:comment>http://blog.csdn.net/i_mimi/comments/2610587.aspx</wfw:comment><comments>http://blog.csdn.net/i_mimi/archive/2008/07/04/2610587.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/i_mimi/comments/commentRss/2610587.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2610587</trackback:ping><description>This article is aimed at developers who understand templates well enough to use them, but are not very experienced at developing them. Here, I will cover only template classes and not template functions, but the principles are the same in both cases. &lt;img src ="http://blog.csdn.net/i_mimi/aggbug/2610587.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>i_mimi</dc:creator><title>VC纯资源DLL解决国际化问题 </title><link>http://blog.csdn.net/i_mimi/archive/2008/05/16/2452705.aspx</link><pubDate>Fri, 16 May 2008 20:06:00 GMT</pubDate><guid>http://blog.csdn.net/i_mimi/archive/2008/05/16/2452705.aspx</guid><wfw:comment>http://blog.csdn.net/i_mimi/comments/2452705.aspx</wfw:comment><comments>http://blog.csdn.net/i_mimi/archive/2008/05/16/2452705.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/i_mimi/comments/commentRss/2452705.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2452705</trackback:ping><description>用VC纯资源DLL解决国际化问题 &lt;img src ="http://blog.csdn.net/i_mimi/aggbug/2452705.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>