Unverified Commit 3e3ea006 authored by Shuhao Zhang's avatar Shuhao Zhang Committed by GitHub
Browse files

Merge pull request #1525 from StudyingFather/lang/file-op

修折叠框显示锅
parents 559c4a1b 9613a731
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
author: Ir1d, cqnuljs, akakw1, MingqiHuang, Chrogeek, henrytbtrue, Planet6174
author: Ir1d, cqnuljs, akakw1, MingqiHuang, Chrogeek, henrytbtrue, Planet6174, StudyingFather

## 文件的概念

@@ -71,7 +71,8 @@ fclose(stdin);
fclose(stdout);
```

!!! 注 `printf/scanf/cin/cout` 等函数默认使用 `stdin/stdout` ,将 `stdin/stdout` 重定向后,这些函数将输入/输出到被定向的文件
!!! 注
     `printf/scanf/cin/cout` 等函数默认使用 `stdin/stdout` ,将 `stdin/stdout` 重定向后,这些函数将输入/输出到被定向的文件

### 模板