回答編集履歴
2
誤記修正
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
まず、C++
|
1
|
+
まず、C++について勉強しましょう。
|
2
2
|
|
3
3
|
> #include<iostream>
|
4
4
|
|
1
追記
test
CHANGED
@@ -4,6 +4,6 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
|
7
|
-
については[江添亮のC++入門](https://ezoeryou.github.io/cpp-intro/)の
|
7
|
+
については[江添亮のC++入門](https://ezoeryou.github.io/cpp-intro/)の“簡単な1つのソースファイルからなるプログラムの実行”あたりかな?
|
8
8
|
|
9
|
-
|
9
|
+
[C++日本語リファレンス](https://cpprefjp.github.io/)も参考にd^^
|