C++での基本インクルードヘッダ tappe 20年前 Cでは #include としていたところを C++では #include using namespace std; とする。 なぜこうするのかについては、追々わかるだろう。