How can I simulate binary values using a vector of booleans in C++?

后端 未结 0 1376
一向
一向 2021-02-14 13:50

I want to be able to retain the same amount of bits to my vector whilst still performing binary addition. For example.

int numOfBits = 4;
int myVecVa         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题