c++ >>


_bit = new char[(_bit_arr_length >> 3) + 1];
 if (_bit == NULL) {
std::cout << "malloc failed" << std::endl;
 _success = false;
return;
}
 memset(_bit, 0, (_bit_arr_length >> 3) + 1);
  

posted on 2015-12-03 23:20  雨渐渐  阅读(198)  评论(0编辑  收藏  举报

导航