xt8-4.h
上传用户:liubin
上传日期:2022-06-13
资源大小:85k
文件大小:0k
源码类别:

书籍源码

开发平台:

Visual C++

  1. //xt8-4.h(student.h)                            
  2. class Student                      
  3. { public:
  4.     void display( );  
  5. void set_value();               
  6.   private:
  7.     int num;
  8.     char name[20];
  9.     char sex ;
  10.   };