我想要打印出文本文件的最後10行。與此程序我已經能夠讀取整個文本文件,但我不知道如何處理文本文件保存的數組,如何幫助? // Textfile output
#include<fstream>
#include<iostream>
#include<iomanip>
using namespace std;
int main() {
int i=1;
char ze
#include <iostream>
using namespace std; //error here
int main()
{
cout << "COME AT ME BRO!\n"; //error here
return 0;
}
cout is unidenulatiable。我之前有過這個問題,但是我的編譯器沒有工作,所以我重新安裝了IDEBean