摘要:
# include # include class Account{ private: int ID; char * Name; double Balance; public: Account(); Account(int,const char * ,double); void Saving(); int Withdraw(); void ShowMe(); int getID(... 阅读全文
posted @ 2005-09-09 13:36 天生舞男 阅读(3687) 评论(11) 推荐(0) 编辑