摘要: 1 //header_one.h 2 #include <string> 3 #include <cmath> 4 5 using namespace std; 6 7 namespace ns_one 8 { 9 class Student10 {11 public:12 Student(int n , string nam , int a)13 {14 num = n ; 15 name = nam ;16 a... 阅读全文
posted @ 2011-10-24 15:34 MATRIX | yan 阅读(888) 评论(0) 推荐(0) 编辑