File tree 4 files changed +9
-1
lines changed
4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ namespace std {
9
9
extern wostream wcerr;
10
10
}
11
11
```
12
+ * ostream[link ../ostream/basic_ostream.md]
13
+ * wostream[link ../ostream/basic_ostream.md]
12
14
13
15
## 概要
14
16
`cerr`も`wcerr`も、標準エラー出力に対する出力ストリームオブジェクトである。
@@ -62,4 +64,4 @@ int main()
62
64
63
65
## 参照
64
66
- [ ` clog ` ] ( clog.md )
65
- - [ ` cout ` ] ( cout.md )
67
+ - [ ` cout ` ] ( cout.md )
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ namespace std {
9
9
extern wistream wcin;
10
10
}
11
11
```
12
+ * istream[link ../istream/basic_istream.md]
13
+ * wistream[link ../istream/basic_istream.md]
12
14
13
15
## 概要
14
16
`cin` は、標準入力に対する入力ストリームオブジェクトである。
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ namespace std {
9
9
extern wostream wclog;
10
10
}
11
11
```
12
+ * ostream[link ../ostream/basic_ostream.md]
13
+ * wostream[link ../ostream/basic_ostream.md]
12
14
13
15
## 概要
14
16
`clog`も`wclog`も、標準エラー出力に対する出力ストリームオブジェクトである。
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ namespace std {
9
9
extern wostream wcout;
10
10
}
11
11
```
12
+ * ostream[link ../ostream/basic_ostream.md]
13
+ * wostream[link ../ostream/basic_ostream.md]
12
14
13
15
## 概要
14
16
`cout`も`wcout`も、標準出力に対する出力ストリームオブジェクトである。
You can’t perform that action at this time.
0 commit comments