#include <string> #include <fstream> #include <iostream> int main() { std::string filename = "example.123"; std::fstream fs; ...
確定! 回上一頁