摘要: 1 class BitArray 2 { 3 public: 4 enum 5 { 6 bits_per_long = sizeof(unsigned long)*8, 7 }; 8 9 BitArray(): array... 阅读全文
posted @ 2014-10-15 16:14 WendellYih 阅读(1125) 评论(0) 推荐(0) 编辑