Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

. #10

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

. #10

wants to merge 7 commits into from

Conversation

Maria02179
Copy link

No description provided.

@annapirova
Copy link
Owner

Мария,

  1. tbitfield.cpp строка 18: в элементе TELEM не 16, а 32 бит, т.к. используем unsigned int. (Да и int на 4 байта).
    Все места, где у вас явно прописано 16, 15 надо заменить на что-то там от TELEM, т.к. хочется, заменяя TELEM, получить множество на 16 / 32 / 62 бита.
  2. в GetMemMask лучше приводить тип 1 до (TELEM)1, т.к. 1 - это int на 4 байта, а не на 16 / 64
  3. неправильно перегружен operator~. У вас инвертируются все биты, считая неиспользуемые, а они должны остаться = 0. (Если множество на 100 элементов, то у вас MemLen = 7, и в последнем pMem[6] половина битов не используются)

@annapirova
Copy link
Owner

еще можно покомпактнее реализовать перегрузку &

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants