{"id":2991,"date":"2012-08-30T02:44:28","date_gmt":"2012-08-30T02:44:28","guid":{"rendered":"http:\/\/ddolgi.pe.kr\/blog\/index.php\/2012\/08\/30\/cstring-%eb%b3%b5%ec%82%ac-%ec%a3%bc%ec%9d%98%ec%a0%90\/"},"modified":"2012-08-30T02:44:28","modified_gmt":"2012-08-30T02:44:28","slug":"cstring-%eb%b3%b5%ec%82%ac-%ec%a3%bc%ec%9d%98%ec%a0%90","status":"publish","type":"post","link":"http:\/\/ddolgi.pe.kr\/blog\/archives\/2991","title":{"rendered":"[C++]string \ubcf5\uc0ac \uc8fc\uc758\uc810"},"content":{"rendered":"<p>string strCopy = strOrg.c_str();<br \/>\n<P>\uc774\ub9ac \ud558\uc2dc\uc624. \uc65c\ub0d0?<\/P><br \/>\n<P><br \/>string a = &#8220;Hello, world.&#8221;;<br \/>string b = a;<br \/>a.c_str() == b.c_str();<br \/>b+=&#8221;\\n&#8221;;<br \/>a.c_str() != b.c_str();<\/P><br \/>\n<P>\uc774\ub7ec\ud558\uae30 \ub54c\ubb38\uc774\uc624.<\/P><\/p>\n","protected":false},"excerpt":{"rendered":"<p>string strCopy = strOrg.c_str(); \uc774\ub9ac \ud558\uc2dc\uc624. \uc65c\ub0d0? string a = &#8220;Hello, world.&#8221;;string b = a;a.c_str() == b.c_str();b+=&#8221;\\n&#8221;;a.c_str() != b.c_str(); \uc774\ub7ec\ud558\uae30 \ub54c\ubb38\uc774\uc624.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[275],"tags":[278],"class_list":["post-2991","post","type-post","status-publish","format-standard","hentry","category-275","tag-c"],"_links":{"self":[{"href":"http:\/\/ddolgi.pe.kr\/blog\/wp-json\/wp\/v2\/posts\/2991","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/ddolgi.pe.kr\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/ddolgi.pe.kr\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/ddolgi.pe.kr\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/ddolgi.pe.kr\/blog\/wp-json\/wp\/v2\/comments?post=2991"}],"version-history":[{"count":0,"href":"http:\/\/ddolgi.pe.kr\/blog\/wp-json\/wp\/v2\/posts\/2991\/revisions"}],"wp:attachment":[{"href":"http:\/\/ddolgi.pe.kr\/blog\/wp-json\/wp\/v2\/media?parent=2991"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/ddolgi.pe.kr\/blog\/wp-json\/wp\/v2\/categories?post=2991"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/ddolgi.pe.kr\/blog\/wp-json\/wp\/v2\/tags?post=2991"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}