<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Why we don't have unsigned types in the CLS</title><link>http://blogs.msdn.com/b/brada/archive/2003/09/02/50285.aspx</link><description>One of the highlights of my career 
here at Microsoft was working on version 1 of the CLS – Common 
Language Specification . It 
started as just one meeting between a few of the compiler and framework folks to 
list off the framework design features that</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>What is the CLS</title><link>http://blogs.msdn.com/b/brada/archive/2003/09/02/50285.aspx#1329649</link><pubDate>Wed, 20 Dec 2006 13:30:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1329649</guid><dc:creator>seeyou</dc:creator><description>&lt;p&gt;WhatistheCLS:CommonLanguageSpecification&lt;/p&gt;
&lt;p&gt;WeareinthemiddleofclosingdowntheV2ofthe...&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1329649" width="1" height="1"&gt;</description></item><item><title>RE: Why we don't have unsigned types in the CLS</title><link>http://blogs.msdn.com/b/brada/archive/2003/09/02/50285.aspx#50287</link><pubDate>Fri, 19 Sep 2003 15:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:50287</guid><dc:creator>Peter Ibbotson</dc:creator><description>The problem with NOT having unsigned arithmetic is that CRC algorithms and various other bits and pieces get to be a real pain to write. Anything that bit twiddles is a nightmare to write. I've done these in VB6 using currency to get code that always worked regardless of the overflow flag but it's a pain. (mind you I also hand decoded ethernet packets off a scope to check that my CRC calculation was correct, so perhaps I'm a special case)
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=50287" width="1" height="1"&gt;</description></item><item><title>RE: Why we don't have unsigned types in the CLS</title><link>http://blogs.msdn.com/b/brada/archive/2003/09/02/50285.aspx#50286</link><pubDate>Thu, 04 Sep 2003 00:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:50286</guid><dc:creator>Kevin Westhead</dc:creator><description>I agree about unsigned types in so much as I only really use them to simplify interop definitions, although this should also have been a good enough reason to see their inclusion into VB.NET as well as C# at v1.0. One other useful application of unsigned types is with bit-shifting, such as in the generation of hashcodes, since you don't have to worry about the sign-bit.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=50286" width="1" height="1"&gt;</description></item></channel></rss>