Using fseek() in C / C++ – Some Examples ; int main() { · FILE * fp = fopen ( "sample.txt" , "a" ); ; // Move the pointer to the end of the file. fseek (fp, 0, ...
確定! 回上一頁