c++基礎(3.9)bitset類型

#include <bitset> using std::bitset; 定義bitset時,要明確bitset有多少位,在尖括號內給出它的長度值 eg : bitset<32> bitvec; bitset相關操作見書P90
相關文章
相關標籤/搜索