reading a text file #include #include #include using namespace std; int main () { string line; ifstream myfile ("example.txt"); ...
確定! 回上一頁