質問編集履歴
2
エラーメッセージの画像を貼り付けました
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
[エ
|
1
|
+
[エジをクリックするととばされるサイト](https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-3-c4996?redirectedfrom=MSDN&view=vs-2019)
|
2
2
|
(https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-3-c4996?redirectedfrom=MSDN&view=vs-2019)
|
3
3
|
参考書を見ながら下記のコードを入力したのですが、strcpy(pName,pN);の部分でエラーがでます。
|
4
4
|
エラーメッセージが全て英語だったので、Google翻訳ですがリクエストが承認されませんと言われます。
|
@@ -54,4 +54,4 @@
|
|
54
54
|
|
55
55
|
return 0;
|
56
56
|
}
|
57
|
-
```
|
57
|
+
```
|
1
エラーメッセージを入力しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
[エラーメッセージをクリックするととばされるサイト](https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-3-c4996?redirectedfrom=MSDN&view=vs-2019)
|
2
|
+
(https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-3-c4996?redirectedfrom=MSDN&view=vs-2019)
|
1
3
|
参考書を見ながら下記のコードを入力したのですが、strcpy(pName,pN);の部分でエラーがでます。
|
2
4
|
エラーメッセージが全て英語だったので、Google翻訳ですがリクエストが承認されませんと言われます。
|
3
5
|
|