摘要:
在《c++程序设计》中有这样一段描述: 可是我在Dev c++中写了这样的程序: #include #include using namespace std; enum flag{x=1,y=2,z=4,e=8}; int main(int argc, char *argv[]) { flag f4 = flag(99); cout<< f4 << endl; } 不但能够编译通过,而且... 阅读全文
posted @ 2007-08-16 17:35
今夜太冷
阅读(652)
评论(1)
推荐(0)
浙公网安备 33010602011771号