1樓:匿名使用者
fin.read 沒呼叫啊
2樓:匿名使用者
你不讀資料,怎麼會eof呢?
c++檔案讀寫題目求大神指導,題目如下:
3樓:匿名使用者
#include
#include
#include
using namespace std;
const int n = 9;
int main()
for (int i = 0; i < n; i++)file.close();
file.open("res.dat", ios::out | ios::binary);
if (!file)
for (int i = 0; i < n; i++)file.close();
file.open("res.dat", ios::in | ios::binary);
if (!file)
for (int i = 0; i < n; i++)file.close();
file.open("res.txt", ios::out);
if (!file)
for (int i = 0; i < n; i++)}file.close();
return 0;}
C關於檔案讀取的問題,C 關於乙個檔案讀取的問題
filestream fs3 new filestream of.filename,filemode.open 讀入乙個檔案 byte send new byte fs3.length 2 byte send1 new byte fs3.length 2 建立兩個位元組陣列,準備分別讀入 fs3.r...
C 檔案讀寫,C語言讀取檔案資料
建議你到下面的乙個的部落格中看看,寫的比較詳細,可以較好地學習下 我來吧 剛剛寫好了這一段 由於不知道你說的全域性變數 a是什麼型別的,所以我就拿難一點的string型別來做例項吧 至於是其餘的型別的話 依照 改一改就行了 如下 include include include include usi...
c語言fread函式讀取檔案問題
你寫入文字檔案後,資料是用ascii碼串的形式來表示,已經不是二進位制資料了,因此需要用fscanf函式來讀取,試試如下程式 include include struct hj main fclose fp fread是一個函式。從一個檔案流中讀資料,最多讀取count個元素,每個元素size位元組...