2018年8月15日

cpp文件处理

摘要: 1 #include 2 #include 3 using namespace std; 4 5 void file_wr(){ 6 char data[100]; 7 //打开文件 8 ofstream outfile; 9 outfile.open("demo.dat"); 10 cout>data; 20... 阅读全文

posted @ 2018-08-15 16:41 fortwater 阅读(524) 评论(0) 推荐(0)

cpp-数据抽象

摘要: 纯虚函数 阅读全文

posted @ 2018-08-15 11:46 fortwater 阅读(147) 评论(0) 推荐(0)

QT基础

摘要: 官方说明:the QList class is a template class that provides lists QList<T> is one of Qt's generic container classes.It stores a list of values and provides 阅读全文

posted @ 2018-08-15 11:44 fortwater 阅读(139) 评论(0) 推荐(0)

导航