摘要: #include <iostream> #include <fstream> using namespace std; int main(int argc, char** argv) { char data[100]; ifstream infile; infile.open("me.txt"); 阅读全文
posted @ 2022-10-02 08:19 chenruolin1 阅读(27) 评论(1) 推荐(0)
摘要: #include <iostream> #include <fstream> #include <string> using namespace std; int main() { ifstream readfile; readfile.open("八卦图数据源.txt"); string str; 阅读全文
posted @ 2022-10-02 07:56 chenruolin1 阅读(23) 评论(2) 推荐(0)