Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > C++ Moderated > Re: Bit ****fti...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 7 of 8 Topic 9554 of 9831
Post > Topic >>

Re: Bit ****fting

by Bill Warner <billn@[EMAIL PROTECTED] > May 17, 2008 at 11:19 PM

David Shen wrote:
> Brig White wrote:
>> { Multi-posted article. -mod }
>>
>> Why is it than when I bit ****ft to the right with a signed integer 
>> type, all
>> the higher order bits above the move are set but when I ****ft with an
>> unsigned type, they are cleared?
>>
>>
>>
> 
> This is so called Arithmetic Bitwise operation. I you want the zero to
> be fill in when you do right bit ****ft, you need a Logical Bitwise
> operation.
> 
> Please refer to http://en.wikipedia.org/wiki/Bitwise_operation



Keep in mind that in ANSI C at least (not sure if C++ is different),
right ****ft of signed ints is undefined (or implementation defined?).
Most modern system probably do  sign extension (arithmetic ****ft), but
it's not guaranteed by the spec.

If you want logical ****ft you could probably cast to unsigned int and
then ****ft.

-- Bill

-- 
      [ See http://www.gotw.ca/resources/clcm.htm
for info about ]
      [ comp.lang.c++.moderated.    First time posters: Do this! ]
 




 8 Posts in Topic:
Bit shifting
"Brig White" &l  2008-04-27 08:13:20 
Re: Bit shifting
David Shen <davidshen8  2008-04-28 02:13:20 
Re: Bit shifting
nickf3 <nickf3@[EMAIL   2008-04-28 02:13:23 
Re: Bit shifting
nickf3 <nickf3@[EMAIL   2008-04-28 16:07:05 
Re: Bit shifting
Francis Glassborow <fr  2008-04-28 16:03:27 
Re: Bit shifting
nickf3 <nickf3@[EMAIL   2008-04-28 20:36:38 
Re: Bit shifting
Bill Warner <billn@[EM  2008-05-17 23:19:48 
Re: Bit shifting
=?ISO-8859-1?Q?Daniel_Kr=  2008-05-18 10:57:31 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Jul 26 3:08:18 CDT 2008.