从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
posted @ 2012-05-16 11:54
posted @ 2012-05-14 01:07