[C/C++]文件输入输出

C style

FILE * fileptr
filename="C:\\file.txt"
fopen

fclose

fprintf

你可能感兴趣的:(C/C++,c++)