2012年5月16日

从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)

导航