回答編集履歴
2
リンク追加
answer
CHANGED
@@ -7,6 +7,8 @@
|
|
7
7
|
|
8
8
|
> 分からない点2:どういう処理なのか。fps>>ch;は何か。
|
9
9
|
|
10
|
-
ファイルから一文字読み取
|
10
|
+
入力ファイルから一文字読み取り、文字コードを`100`ずらして出力ファイルに書き込んでいます。
|
11
11
|
[std::
|
12
|
-
operator>>](https://cpprefjp.github.io/reference/istream/basic_istream/op_istream.html)
|
12
|
+
operator>>](https://cpprefjp.github.io/reference/istream/basic_istream/op_istream.html)
|
13
|
+
[std::
|
14
|
+
operator<<](https://cpprefjp.github.io/reference/ostream/basic_ostream/op_ostream.html)
|
1
リンク追加
answer
CHANGED
@@ -7,4 +7,6 @@
|
|
7
7
|
|
8
8
|
> 分からない点2:どういう処理なのか。fps>>ch;は何か。
|
9
9
|
|
10
|
-
ファイルから一文字読み取っています。
|
10
|
+
ファイルから一文字読み取っています。
|
11
|
+
[std::
|
12
|
+
operator>>](https://cpprefjp.github.io/reference/istream/basic_istream/op_istream.html)
|