博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年5月1日

摘要: 分享功能头文件Operator.h#include "Student.h"//增加bool Insert();bool InsertAccount();//删除bool Delete();bool DeleteAll();bool DeleteAccount();//查询bool Find();int Find(const char *tTempNumber);int Find(const char* tUser, const char* tPassword);int FindReg(const char* tUser);//修改bool Modify();bool Modify(const 阅读全文

posted @ 2010-05-01 02:43 ccmfc 阅读(368) 评论(0) 推荐(0)