{"author_url":"https://blog.hatena.ne.jp/iww/","blog_title":"\u63ee\u767a\u6027\u306e\u30e1\u30e2\uff12","width":"100%","published":"2012-07-19 00:00:00","provider_url":"https://hatena.blog","title":" C++\u3067atoi","author_name":"iww","image_url":null,"version":"1.0","height":"190","categories":["C++"],"provider_name":"Hatena Blog","type":"rich","description":"atoi()\u3092\u4f7f\u3046 #include <sstream> #include <iostream> #include <cstdlib> // \u2605\u2190 stdlib.h\u306f\u4f7f\u308f\u306a\u3044 int main() { int a; string b = \"aiueo\"; a = atoi(b.c_str()); cout << a << endl; return 0; }","url":"https://iww.hateblo.jp/entry/20120719/atoi","blog_url":"https://iww.hateblo.jp/","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fiww.hateblo.jp%2Fentry%2F20120719%2Fatoi\" title=\" C++\u3067atoi - \u63ee\u767a\u6027\u306e\u30e1\u30e2\uff12\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>"}