从txt文件读入数据(用户名和密码的管理)并保存在链表中
摘要:
#include #include#include#includeusing namespace std;class UserList; UserList* ULIST;struct User{ public: string name,password; User* ulink; User():... 阅读全文
posted @ 2012-05-16 11:54 Vessia 阅读(906) 评论(0) 推荐(1)
浙公网安备 33010602011771号