Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7185633
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T18:27:29+00:00 2026-05-28T18:27:29+00:00

I was looking through Expert C Programming by Peter Van Der Linden recently and

  • 0

I was looking through Expert C Programming by Peter Van Der Linden recently and came across this use for the += operator:

“If you have a complicated array reference and you want to demonstrate that the same index is used for both references, then:

node[i >> 3] += ~(0x01 << (i & 0x7)); 

is the way to go.”

As much as I’ve tried, I can’t figure out this code. I’m hoping someone here can explain what is actually going on and why it can be used to demonstrate that the same index is used?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T18:27:30+00:00Added an answer on May 28, 2026 at 6:27 pm

    My interpretation of the quote is that

    node[COMPLICATED_EXPRESSION] += STUFF;
    

    is preferable to

    node[COMPLICATED_EXPRESSION] = node[COMPLICATED_EXPRESSION] + STUFF;
    

    since it’s easier to see at a glance what the intent is.

    More so if STUFF is also complicated, since this makes the overall expression even harder to parse at a glance.

    In the book, van der Linden explains where the code he shows came from:

    We took this example statement directly out of some
    code in an operating system. Only the data names have been changed
    to protect the guilty.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Looking through some code I came across the following code trTuDocPackTypdBd.update(TrTuDocPackTypeDto.class.cast(packDto)); and I'd like
I was looking through Mozilla's JS in JS code and came across the snarf
I was looking through the Java documentation, and I came across the clear() method
I was looking around for jQuery grid recommendations and came across this question/answers: https://stackoverflow.com/questions/159025/jquery-grid-recommendations
I have been looking through Scott Guthrie's MVC tutorials and it seems like the
I was looking through some legacy code we have and I noticed something that
I barely know c++.Not an expert. I am looking through an already existing code.
This is a very standard newbie question, but I am looking for an expert
I have been looking at and playing with OWL through Protege and I would
Looking through my server logs, I see that a lot of pages on my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.