Search results for query: *

  • Users: Samuel
  • Content: Threads
  • Order by date
  1. S

    How to manipulate BitArrays

    This is my first post here. I am trying to learn C#, and have no development experience. I found the code below and can not follow what is going on in the sections I have labeled. class BitArray { int[] bits; int length; public BitArray(int length) { if (length < 0) throw...
Back
Top Bottom