回答編集履歴
2
エラーではなかったですね
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
|
7
|
-
はい、
|
7
|
+
はい、警告メッセージにあるように、`multi-character character constant`というものは存在します。型は`int`で、値は処理系依存とのことです([MSDN](https://docs.microsoft.com/ja-jp/cpp/cpp/string-and-character-literals-cpp?view=vs-2019))。
|
8
8
|
|
9
9
|
|
10
10
|
|
1
わかりやすいページがあったのでリンク
test
CHANGED
@@ -5,3 +5,7 @@
|
|
5
5
|
|
6
6
|
|
7
7
|
はい、エラーメッセージにあるように、`multi-character character constant`というものは存在します。型は`int`で、値は処理系依存とのことです([MSDN](https://docs.microsoft.com/ja-jp/cpp/cpp/string-and-character-literals-cpp?view=vs-2019))。
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
[[迷信] 一重引用符の中には一文字しか書けない](http://www.kijineko.co.jp/tech/superstitions/multicharacter-literals.html)
|