c++基础(3.9)bitset类型

#include <bitset> using std::bitset; 定义bitset时,要明确bitset有多少位,在尖括号内给出它的长度值 eg : bitset<32> bitvec; bitset相关操作见书P90
相关文章
相关标签/搜索