CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: shansari

Search: Search took 0.23 seconds.

  1. Re: [RESOLVED] how is bit shifting used in bitarray class

    I figured out what is going on. Bitarray indexer performs an and operation with what is the bitPos and 1.
  2. [RESOLVED] how is bit shifting used in bitarray class

    I can not get my head around what is happening in the lines below with the << operator. I have put a comment under each line. This code is from BitArray class, and Jeff Richter uses it in his book C#...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured