In older versions of C++, static const was not supported inside classes. ... class Bunch { enum { size = 1000 }; int i[size]; }; int main() { cout ...
確定! 回上一頁