如题
一维的可以用 

array<int> ^Para = gcnew array<int>(1024)表示 

那二维的呢,小弟困扰很久了,知道的先谢谢啦

还有就是通常的结构体在托管VC++2005如何声明,谢谢!
例如

struct aaa
{
int b;
bool c;
string^ d;
}