Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2ビットを削除したい。
例:
1 0101000 0 0010001
結果: 0101000 0010001
C++ ;O でこれを行うにはどうすればよいですか?
std::bitsetまたは_boost::dynamic_bitset
std::bitset
boost::dynamic_bitset