ITedite

C++での基本インクルードヘッダ

Cでは

#include 

としていたところを
C++では

#include 
using namespace std;

とする。
なぜこうするのかについては、追々わかるだろう。