struct

struct student
    { int num;
     char name[20];
     char sex;
    };

    student["num"]=10;

 

posted @ 2014-11-16 14:10  躯壳123  阅读(90)  评论(0编辑  收藏  举报