Analysis of C + + shift operation

Source: Internet
Author: User

The shift operation includes "logical Shift" (logical shift) and "arithmetic Shift" (arithmetic shift).

Logical shift: bit discarded, vacant bit (vacant bit) filled with 0.

Arithmetic shift: The bit discarded, the vacant bit (vacant bit) is filled with "sign bit", so it is generally used in the right-shift operation.

C + +, the number of integers and unsigned number two, for these two numbers do left shift, right shift operation, slightly different:

1, if the number is unsigned, whether it is left or right shift is a "logical shift." example, the result of left shift and right shift operation for unsigned number 179 is the complement 0 operation;

2 , if the number of symbols, left to move the operation, then do is "logical shift" with the number of unsigned left to move the same. If you are doing a right-shift operation, the "arithmetic shift" is what you do.


In the end, this paper gives the recursive working mechanism legend of decimal number conversion to binary, as follows


Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Analysis of C + + shift operation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.