skip to main
|
skip to sidebar
deeply love c and c++
2008年6月29日星期日
fseek
reposition a file-position indicator in a stream
#include <
stdio.h
>
int fseek(FILE *
stream
, long
offset
, int
whence
);
whence:
describe the location in the file to which offset is relative
ex:
SEEK_SET
:
relative to the beginning of the file
0 意見:
張貼意見
較新的文章
較舊的文章
首頁
訂閱:
張貼意見 (Atom)
網誌存檔
網誌存檔
八月 (1)
二月 (3)
一月 (2)
十二月 (1)
十月 (3)
九月 (3)
七月 (4)
六月 (1)
五月 (2)
關於我自己
彼得潘
App程式設計入門 iPhone . iPad 第二版 2012.2 App程式設計入門 iPhone . iPad 第一版 2010.11
檢視我的完整簡介
0 意見:
張貼意見