struct

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

    student["num"]=10;

 

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