C++/CLI索引子September 15, 2009int _tmain(int argc, _TCHAR* argv[]) { ArrayClass a; for (int i=0;i<1024;++i){ a[i]=i; } return 0; }C++