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