Search:

Type: Posts; User: Jabetha

Search: Search took 0.30 seconds.

  1. Replies
    4
    Views
    1,316

    Re: Help me Understand Please...

    Thank you for the explanation. Just a few more specific questions:

    bitset1.xor(bitset.get(30,45)) --- Does that mean to compare through an exclusive or operation the total contents of bitset1...
  2. Replies
    4
    Views
    1,316

    Help me Understanding Please...

    Very new to java and was hoping someone could help clarify in specific detail the purpose of the following few lines of code:

    bitset1.xor(bitset.get(30, 45));

    number_users = intFromBits(bitset,...
Results 1 to 2 of 2