【C++】文字列を数値に変換する複数の方法【string to int/double、stoi関数概要】

std::string → 数値 文字列型std::stringをintやdouble等の数値型に変換する方法です。 int型へ・・・