Skip to main content

All Questions

0 votes
2 answers
4k views

boolean operations in C using bitfields

I am trying to implement boolean data type in C. Basically, I am working with sets. The following code can be used to access each bit but I am unsure whether I can represent sets using this method. ...
GermanShepherd's user avatar