摘要: #include <iostream> #include <fstream> int main() { std::ifstream sourceFile("source.txt", std::ios::binary); // 打开源文件 if (!sourceFile) { std::cout << 阅读全文
posted @ 2024-01-03 12:31 leochan007 阅读(2) 评论(0) 推荐(0) 编辑