書上和朋友都說沒有,但是我用vs2008建立一個win32項目 .cpp文件。編寫int a[10];for(int i = 0 ; i<10 ; i ++){a[i]=i;}for each(int c in a){printf("%d\n",c);} 查看完整描述