当前位置: 技术问答>linux和unix
cygwin下使用<bitset>的问题
来源: 互联网 发布时间:2015-08-31
本文导语: 源程序: #include #include using namespace std; void main() { bitset b(10); //编译错误:CHAR_BIT was not declared int this scope cout
源程序:
#include
#include
using namespace std;
void main()
{
bitset b(10); //编译错误:CHAR_BIT was not declared int this scope
cout
#include
#include
using namespace std;
void main()
{
bitset b(10); //编译错误:CHAR_BIT was not declared int this scope
cout