C 讀取檔案簡單操作

2021-06-22 21:58:41 字數 589 閱讀 9553

1 呼叫ifstream開啟乙個檔案

2 呼叫seekg將get pointer置為檔案末尾,seekg(0, ios_base::end)

3 呼叫tellg獲取總位元組數,實際上獲取的是get pointer相對於檔案頭的偏移位元組數

4重置get pointer,使其指向檔案頭,以便執行其他操作

對於ifstream物件的每一次read過後,可以呼叫ifstream::gcount獲取讀取的位元組數,

gcount的返回值為streamsize,而streamsize是個整型,signed int或signed long

view source

print?

01#include

02#include

03usingnamespacestd;

04

05intmain ()

C 簡單讀取檔案

現在寫了一些 想使用最少 來寫簡單的讀檔案,所以我就寫了這個文章 private byte readfile fileinfo file return memorystream.getbuffer 這個方法效能比較差,但是 很簡單 string str using var stream newstr...

C 簡單讀取檔案

現在寫了一些 想使用最少 來寫簡單的讀檔案,所以我就寫了這個文章 private byte readfile fileinfo file return memorystream.getbuffer 這個方法效能比較差,但是 很簡單 string str using var stream newstr...

C簡單檔案操作。。

話說今天考了c語言的試,各種用檔案讀寫神馬的。哥都忘了神馬檔案讀寫了。於是前一小時各種想,不過這一小時做的最多是ctrl alt delete結束vc 6.0 尼瑪我以無力吐槽這神馬考試,大頭機,vc編譯兩次就完蛋必須結束程序才能啟動。這是考試嗎,機房還一股臭腳丫子味,多少年不打掃了。這是練習ctr...