0

1

回答

944 浏览

关于C++结构体、数组还有指针的问题[已解决]5

1.char test[20]="xxxxx";编译是不会出错的。 2.struct student { int num; char name[20]; float score[3]; }; void main(int argc, char* argv[]) { struct student stu; stu.name="xxxxx"; } 会报: ...

2012年3月02日 15:30

本周活跃投票用户

最新评论

Global site tag (gtag.js) - Google Analytics